Html Css Color HEX #52E110 Kelly Green

📋 copy color: '#52E110'

red 82 ◦ green 225 ◦ blue 16

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

Shades of Kelly Green #52E110

Tints of Kelly Green #52E110

RGB

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

 GREEN value IS 225 (88.28% from 255) = 69.66%

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

R = 25.39%
G = 69.66%
B = 4.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#52E110 (or 0x52E110) is known color: Kelly Green. HEX triplet: 52, E1 and 10. RGB value is (82,225,16). Sum of RGB (Red+Green+Blue) = 82+225+16=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 225 (88.28% from 255 or 69.66% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 225 - color contains mainly: green. Hex color #52E110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E110 is #AD1EEF. Grayscale: #9F9F9F. Windows color (decimal): -11345648 or 1106258. OLE color: 1106258.

HSL color Cylindrical-coordinate representation of color #52E110: hue angle of 101.05º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52E110 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 225 16 -
CMYK 0.64 0 0.93 0.12
HSL 101.05º 0.87% 0.47% -
HSV(B) 101.05º 0.93% 0.88% -
XYZ 30.5 55.68 9.63 -
YUV 158.42 47.62 73.49 -
System Red Green Blue C M Y K H S L
Decimal 82 225 16 0.64 0 0.93 0.12 101.05 0.87 0.47
Hex 52 E1 10 40 0 5D C 65 57 2F
Octal 122 341 20 100 0 135 14 145 127 57
Binary 1010010 11100001 10000 1000000 0 1011101 1100 1100101 1010111 101111

Color Harmonies of #52E110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E110

Black with #52E110

Text Example


Text Example

White with #52E110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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