Html Css Color HEX #52B421 Kelly Green

📋 copy color: '#52B421'

red 82 ◦ green 180 ◦ blue 33

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

Shades of Kelly Green #52B421

Tints of Kelly Green #52B421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.02%

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

R = 27.8%
G = 61.02%
B = 11.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#52B421 (or 0x52B421) is known color: Kelly Green. HEX triplet: 52, B4 and 21. RGB value is (82,180,33). Sum of RGB (Red+Green+Blue) = 82+180+33=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #52B421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B421 is #AD4BDE. Grayscale: #868686. Windows color (decimal): -11357151 or 2208850. OLE color: 2208850.

HSL color Cylindrical-coordinate representation of color #52B421: hue angle of 100º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52B421 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 180 33 -
CMYK 0.54 0 0.82 0.29
HSL 100º 0.69% 0.42% -
HSV(B) 100º 0.82% 0.71% -
XYZ 20.08 34.55 7.05 -
YUV 133.94 71.03 90.95 -
System Red Green Blue C M Y K H S L
Decimal 82 180 33 0.54 0 0.82 0.29 100 0.69 0.42
Hex 52 B4 21 36 0 52 1D 64 45 2A
Octal 122 264 41 66 0 122 35 144 105 52
Binary 1010010 10110100 100001 110110 0 1010010 11101 1100100 1000101 101010

Color Harmonies of #52B421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B421

Black with #52B421

Text Example


Text Example

White with #52B421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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