Html Css Color HEX #52D010 Kelly Green

📋 copy color: '#52D010'

red 82 ◦ green 208 ◦ blue 16

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

Shades of Kelly Green #52D010

Tints of Kelly Green #52D010

RGB

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

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

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

R = 26.8%
G = 67.97%
B = 5.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#52D010 (or 0x52D010) is known color: Kelly Green. HEX triplet: 52, D0 and 10. RGB value is (82,208,16). Sum of RGB (Red+Green+Blue) = 82+208+16=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #52D010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D010 is #AD2FEF. Grayscale: #959595. Windows color (decimal): -11350000 or 1101906. OLE color: 1101906.

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

Color convert

RGB 82 208 16 -
CMYK 0.61 0 0.92 0.18
HSL 99.38º 0.86% 0.44% -
HSV(B) 99.38º 0.92% 0.82% -
XYZ 26.13 46.94 8.17 -
YUV 148.44 53.26 80.61 -
System Red Green Blue C M Y K H S L
Decimal 82 208 16 0.61 0 0.92 0.18 99.38 0.86 0.44
Hex 52 D0 10 3D 0 5C 12 63 56 2C
Octal 122 320 20 75 0 134 22 143 126 54
Binary 1010010 11010000 10000 111101 0 1011100 10010 1100011 1010110 101100

Color Harmonies of #52D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D010

Black with #52D010

Text Example


Text Example

White with #52D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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