Html Css Color HEX #52D008 Kelly Green

📋 copy color: '#52D008'

red 82 ◦ green 208 ◦ blue 8

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

Shades of Kelly Green #52D008

Tints of Kelly Green #52D008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 69.8%

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 27.52%
G = 69.8%
B = 2.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#52D008 (or 0x52D008) is known color: Kelly Green. HEX triplet: 52, D0 and 08. RGB value is (82,208,8). Sum of RGB (Red+Green+Blue) = 82+208+8=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #52D008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D008 is #AD2FF7. Grayscale: #949494. Windows color (decimal): -11350008 or 577618. OLE color: 577618.

HSL color Cylindrical-coordinate representation of color #52D008: hue angle of 97.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52D008 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 8 -
CMYK 0.61 0 0.96 0.18
HSL 97.8º 0.93% 0.42% -
HSV(B) 97.8º 0.96% 0.82% -
XYZ 26.08 46.92 7.91 -
YUV 147.53 49.26 81.26 -
System Red Green Blue C M Y K H S L
Decimal 82 208 8 0.61 0 0.96 0.18 97.8 0.93 0.42
Hex 52 D0 8 3D 0 60 12 62 5D 2A
Octal 122 320 10 75 0 140 22 142 135 52
Binary 1010010 11010000 1000 111101 0 1100000 10010 1100010 1011101 101010

Color Harmonies of #52D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D008

Black with #52D008

Text Example


Text Example

White with #52D008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,208,8); }

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

background-color css

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

 a { background-color: rgb(82,208,8); }

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

border-color css

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

 span { border-color: rgb(82,208,8); }

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