Html Css Color HEX #52C04B Apple

📋 copy color: '#52C04B'

red 82 ◦ green 192 ◦ blue 75

#52C04B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #52C04B

Tints of Apple #52C04B

RGB

 RED value IS 82 (32.42% from 255) = 23.5%

 GREEN value IS 192 (75.39% from 255) = 55.01%

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 23.5%
G = 55.01%
B = 21.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#52C04B (or 0x52C04B) is known color: Apple. HEX triplet: 52, C0 and 4B. RGB value is (82,192,75). Sum of RGB (Red+Green+Blue) = 82+192+75=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #52C04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C04B is #AD3FB4. Grayscale: #929292. Windows color (decimal): -11354037 or 4964434. OLE color: 4964434.

HSL color Cylindrical-coordinate representation of color #52C04B: hue angle of 116.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52C04B is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 75 -
CMYK 0.57 0 0.61 0.25
HSL 116.41º 0.48% 0.52% -
HSV(B) 116.41º 0.61% 0.75% -
XYZ 23.6 40 13.13 -
YUV 145.77 88.06 82.51 -
System Red Green Blue C M Y K H S L
Decimal 82 192 75 0.57 0 0.61 0.25 116.41 0.48 0.52
Hex 52 C0 4B 39 0 3D 19 74 30 34
Octal 122 300 113 71 0 75 31 164 60 64
Binary 1010010 11000000 1001011 111001 0 111101 11001 1110100 110000 110100

Color Harmonies of #52C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C04B

Black with #52C04B

Text Example


Text Example

White with #52C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52C04B; }

 p { color: rgb(82,192,75); }

 H1.HeaderClassName
 {
   color: #52C04B;
 }
 .AnyTagClassName
 {
   color: #52C04B;
 }
</style>

background-color css

<style>
 a { background-color: #52C04B; }

 a { background-color: rgb(82,192,75); }

 div.DivClassName
 {
   background-color: #52C04B;
 }
 .BgClassName
 {
   background-color: #52C04B;
 }
</style>

border-color css

<style>
 span { border-color: #52C04B; }

 span { border-color: rgb(82,192,75); }

 td.TdClassName
 {
   border-color: #52C04B;
 }
 .TagClassName
 {
   border-color: #52C04B;
 }
</style>