Html Css Color HEX #52C43B Apple

📋 copy color: '#52C43B'

red 82 ◦ green 196 ◦ blue 59

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

Shades of Apple #52C43B

Tints of Apple #52C43B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.16%

 BLUE value IS 59 (23.44% from 255) = 17.51%

R = 24.33%
G = 58.16%
B = 17.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#52C43B (or 0x52C43B) is known color: Apple. HEX triplet: 52, C4 and 3B. RGB value is (82,196,59). Sum of RGB (Red+Green+Blue) = 82+196+59=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #52C43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C43B is #AD3BC4. Grayscale: #929292. Windows color (decimal): -11353029 or 3916882. OLE color: 3916882.

HSL color Cylindrical-coordinate representation of color #52C43B: hue angle of 109.93º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52C43B is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 196 59 -
CMYK 0.58 0 0.70 0.23
HSL 109.93º 0.54% 0.5% -
HSV(B) 109.93º 0.7% 0.77% -
XYZ 24.01 41.59 10.9 -
YUV 146.3 78.73 82.14 -
System Red Green Blue C M Y K H S L
Decimal 82 196 59 0.58 0 0.70 0.23 109.93 0.54 0.5
Hex 52 C4 3B 3A 0 46 17 6E 36 32
Octal 122 304 73 72 0 106 27 156 66 62
Binary 1010010 11000100 111011 111010 0 1000110 10111 1101110 110110 110010

Color Harmonies of #52C43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C43B

Black with #52C43B

Text Example


Text Example

White with #52C43B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,59); }

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

background-color css

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

 a { background-color: rgb(82,196,59); }

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

border-color css

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

 span { border-color: rgb(82,196,59); }

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