Html Css Color HEX #52DF0C Kelly Green

📋 copy color: '#52DF0C'

red 82 ◦ green 223 ◦ blue 12

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

Shades of Kelly Green #52DF0C

Tints of Kelly Green #52DF0C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 70.35%

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 25.87%
G = 70.35%
B = 3.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#52DF0C (or 0x52DF0C) is known color: Kelly Green. HEX triplet: 52, DF and 0C. RGB value is (82,223,12). Sum of RGB (Red+Green+Blue) = 82+223+12=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 223 (87.5% from 255 or 70.35% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DF0C is #AD20F3. Grayscale: #9D9D9D. Windows color (decimal): -11346164 or 843602. OLE color: 843602.

HSL color Cylindrical-coordinate representation of color #52DF0C: hue angle of 100.09º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52DF0C is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 12 -
CMYK 0.63 0 0.95 0.13
HSL 100.09º 0.9% 0.46% -
HSV(B) 100.09º 0.95% 0.87% -
XYZ 29.93 54.6 9.31 -
YUV 156.79 46.29 74.66 -
System Red Green Blue C M Y K H S L
Decimal 82 223 12 0.63 0 0.95 0.13 100.09 0.9 0.46
Hex 52 DF C 3F 0 5F D 64 5A 2E
Octal 122 337 14 77 0 137 15 144 132 56
Binary 1010010 11011111 1100 111111 0 1011111 1101 1100100 1011010 101110

Color Harmonies of #52DF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF0C

Black with #52DF0C

Text Example


Text Example

White with #52DF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,12); }

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

background-color css

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

 a { background-color: rgb(82,223,12); }

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

border-color css

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

 span { border-color: rgb(82,223,12); }

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