Html Css Color HEX #52CC4D Apple

📋 copy color: '#52CC4D'

red 82 ◦ green 204 ◦ blue 77

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

Shades of Apple #52CC4D

Tints of Apple #52CC4D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.2%

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

R = 22.59%
G = 56.2%
B = 21.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#52CC4D (or 0x52CC4D) is known color: Apple. HEX triplet: 52, CC and 4D. RGB value is (82,204,77). Sum of RGB (Red+Green+Blue) = 82+204+77=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CC4D is #AD33B2. Grayscale: #999999. Windows color (decimal): -11350963 or 5098578. OLE color: 5098578.

HSL color Cylindrical-coordinate representation of color #52CC4D: hue angle of 117.64º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52CC4D is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 77 -
CMYK 0.60 0 0.62 0.2
HSL 117.64º 0.55% 0.55% -
HSV(B) 117.64º 0.62% 0.8% -
XYZ 26.41 45.52 14.41 -
YUV 153.04 85.08 77.33 -
System Red Green Blue C M Y K H S L
Decimal 82 204 77 0.60 0 0.62 0.2 117.64 0.55 0.55
Hex 52 CC 4D 3C 0 3E 14 76 37 37
Octal 122 314 115 74 0 76 24 166 67 67
Binary 1010010 11001100 1001101 111100 0 111110 10100 1110110 110111 110111

Color Harmonies of #52CC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC4D

Black with #52CC4D

Text Example


Text Example

White with #52CC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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