Html Css Color HEX #52C24D Apple

📋 copy color: '#52C24D'

red 82 ◦ green 194 ◦ blue 77

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

Shades of Apple #52C24D

Tints of Apple #52C24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.96%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 23.23%
G = 54.96%
B = 21.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#52C24D (or 0x52C24D) is known color: Apple. HEX triplet: 52, C2 and 4D. RGB value is (82,194,77). Sum of RGB (Red+Green+Blue) = 82+194+77=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #52C24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C24D is #AD3DB2. Grayscale: #939393. Windows color (decimal): -11353523 or 5096018. OLE color: 5096018.

HSL color Cylindrical-coordinate representation of color #52C24D: hue angle of 117.44º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C24D is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 194 77 -
CMYK 0.58 0 0.60 0.24
HSL 117.44º 0.49% 0.53% -
HSV(B) 117.44º 0.6% 0.76% -
XYZ 24.11 40.91 13.65 -
YUV 147.17 88.39 81.51 -
System Red Green Blue C M Y K H S L
Decimal 82 194 77 0.58 0 0.60 0.24 117.44 0.49 0.53
Hex 52 C2 4D 3A 0 3C 18 75 31 35
Octal 122 302 115 72 0 74 30 165 61 65
Binary 1010010 11000010 1001101 111010 0 111100 11000 1110101 110001 110101

Color Harmonies of #52C24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C24D

Black with #52C24D

Text Example


Text Example

White with #52C24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,194,77); }

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

background-color css

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

 a { background-color: rgb(82,194,77); }

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

border-color css

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

 span { border-color: rgb(82,194,77); }

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