Html Css Color HEX #52D808 Kelly Green

📋 copy color: '#52D808'

red 82 ◦ green 216 ◦ blue 8

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

Shades of Kelly Green #52D808

Tints of Kelly Green #52D808

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.59%

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

R = 26.8%
G = 70.59%
B = 2.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#52D808 (or 0x52D808) is known color: Kelly Green. HEX triplet: 52, D8 and 08. RGB value is (82,216,8). Sum of RGB (Red+Green+Blue) = 82+216+8=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #52D808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D808 is #AD27F7. Grayscale: #989898. Windows color (decimal): -11347960 or 579666. OLE color: 579666.

HSL color Cylindrical-coordinate representation of color #52D808: hue angle of 98.65º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52D808 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 8 -
CMYK 0.62 0 0.96 0.15
HSL 98.65º 0.93% 0.44% -
HSV(B) 98.65º 0.96% 0.85% -
XYZ 28.08 50.92 8.58 -
YUV 152.22 46.61 77.91 -
System Red Green Blue C M Y K H S L
Decimal 82 216 8 0.62 0 0.96 0.15 98.65 0.93 0.44
Hex 52 D8 8 3E 0 60 F 63 5D 2C
Octal 122 330 10 76 0 140 17 143 135 54
Binary 1010010 11011000 1000 111110 0 1100000 1111 1100011 1011101 101100

Color Harmonies of #52D808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D808

Black with #52D808

Text Example


Text Example

White with #52D808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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