Html Css Color HEX #52E421 Kelly Green

📋 copy color: '#52E421'

red 82 ◦ green 228 ◦ blue 33

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

Shades of Kelly Green #52E421

Tints of Kelly Green #52E421

RGB

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

 GREEN value IS 228 (89.45% from 255) = 66.47%

 BLUE value IS 33 (13.28% from 255) = 9.62%

R = 23.91%
G = 66.47%
B = 9.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#52E421 (or 0x52E421) is known color: Kelly Green. HEX triplet: 52, E4 and 21. RGB value is (82,228,33). Sum of RGB (Red+Green+Blue) = 82+228+33=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 228 (89.45% from 255 or 66.47% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 228 - color contains mainly: green. Hex color #52E421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E421 is #AD1BDE. Grayscale: #A2A2A2. Windows color (decimal): -11344863 or 2221138. OLE color: 2221138.

HSL color Cylindrical-coordinate representation of color #52E421: hue angle of 104.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52E421 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 228 33 -
CMYK 0.64 0 0.86 0.11
HSL 104.92º 0.78% 0.51% -
HSV(B) 104.92º 0.86% 0.89% -
XYZ 31.5 57.39 10.86 -
YUV 162.12 55.13 70.86 -
System Red Green Blue C M Y K H S L
Decimal 82 228 33 0.64 0 0.86 0.11 104.92 0.78 0.51
Hex 52 E4 21 40 0 56 B 69 4E 33
Octal 122 344 41 100 0 126 13 151 116 63
Binary 1010010 11100100 100001 1000000 0 1010110 1011 1101001 1001110 110011

Color Harmonies of #52E421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E421

Black with #52E421

Text Example


Text Example

White with #52E421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,228,33); }

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

background-color css

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

 a { background-color: rgb(82,228,33); }

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

border-color css

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

 span { border-color: rgb(82,228,33); }

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