Html Css Color HEX #52C010 Kelly Green

📋 copy color: '#52C010'

red 82 ◦ green 192 ◦ blue 16

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

Shades of Kelly Green #52C010

Tints of Kelly Green #52C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.21%

 BLUE value IS 16 (6.64% from 255) = 5.52%

R = 28.28%
G = 66.21%
B = 5.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#52C010 (or 0x52C010) is known color: Kelly Green. HEX triplet: 52, C0 and 10. RGB value is (82,192,16). Sum of RGB (Red+Green+Blue) = 82+192+16=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #52C010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C010 is #AD3FEF. Grayscale: #8B8B8B. Windows color (decimal): -11354096 or 1097810. OLE color: 1097810.

HSL color Cylindrical-coordinate representation of color #52C010: hue angle of 97.5º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52C010 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 16 -
CMYK 0.57 0 0.92 0.25
HSL 97.5º 0.85% 0.41% -
HSV(B) 97.5º 0.92% 0.75% -
XYZ 22.42 39.53 6.94 -
YUV 139.05 58.56 87.31 -
System Red Green Blue C M Y K H S L
Decimal 82 192 16 0.57 0 0.92 0.25 97.5 0.85 0.41
Hex 52 C0 10 39 0 5C 19 62 55 29
Octal 122 300 20 71 0 134 31 142 125 51
Binary 1010010 11000000 10000 111001 0 1011100 11001 1100010 1010101 101001

Color Harmonies of #52C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C010

Black with #52C010

Text Example


Text Example

White with #52C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,16); }

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

background-color css

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

 a { background-color: rgb(82,192,16); }

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

border-color css

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

 span { border-color: rgb(82,192,16); }

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