Html Css Color HEX #52C421 Kelly Green

📋 copy color: '#52C421'

red 82 ◦ green 196 ◦ blue 33

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

Shades of Kelly Green #52C421

Tints of Kelly Green #52C421

RGB

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

 GREEN value IS 196 (76.95% from 255) = 63.02%

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

R = 26.37%
G = 63.02%
B = 10.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#52C421 (or 0x52C421) is known color: Kelly Green. HEX triplet: 52, C4 and 21. RGB value is (82,196,33). Sum of RGB (Red+Green+Blue) = 82+196+33=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #52C421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C421 is #AD3BDE. Grayscale: #8F8F8F. Windows color (decimal): -11353055 or 2212946. OLE color: 2212946.

HSL color Cylindrical-coordinate representation of color #52C421: hue angle of 101.96º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52C421 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 196 33 -
CMYK 0.58 0 0.83 0.23
HSL 101.96º 0.71% 0.45% -
HSV(B) 101.96º 0.83% 0.77% -
XYZ 23.49 41.38 8.19 -
YUV 143.33 65.73 84.25 -
System Red Green Blue C M Y K H S L
Decimal 82 196 33 0.58 0 0.83 0.23 101.96 0.71 0.45
Hex 52 C4 21 3A 0 53 17 66 47 2D
Octal 122 304 41 72 0 123 27 146 107 55
Binary 1010010 11000100 100001 111010 0 1010011 10111 1100110 1000111 101101

Color Harmonies of #52C421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C421

Black with #52C421

Text Example


Text Example

White with #52C421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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