Html Css Color HEX #52CE10 Kelly Green

📋 copy color: '#52CE10'

red 82 ◦ green 206 ◦ blue 16

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

Shades of Kelly Green #52CE10

Tints of Kelly Green #52CE10

RGB

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

 GREEN value IS 206 (80.86% from 255) = 67.76%

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

R = 26.97%
G = 67.76%
B = 5.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#52CE10 (or 0x52CE10) is known color: Kelly Green. HEX triplet: 52, CE and 10. RGB value is (82,206,16). Sum of RGB (Red+Green+Blue) = 82+206+16=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 206 (80.86% from 255 or 67.76% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CE10 is #AD31EF. Grayscale: #939393. Windows color (decimal): -11350512 or 1101394. OLE color: 1101394.

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

Color convert

RGB 82 206 16 -
CMYK 0.60 0 0.92 0.19
HSL 99.16º 0.86% 0.44% -
HSV(B) 99.16º 0.92% 0.81% -
XYZ 25.64 45.97 8.01 -
YUV 147.26 53.92 81.45 -
System Red Green Blue C M Y K H S L
Decimal 82 206 16 0.60 0 0.92 0.19 99.16 0.86 0.44
Hex 52 CE 10 3C 0 5C 13 63 56 2C
Octal 122 316 20 74 0 134 23 143 126 54
Binary 1010010 11001110 10000 111100 0 1011100 10011 1100011 1010110 101100

Color Harmonies of #52CE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE10

Black with #52CE10

Text Example


Text Example

White with #52CE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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