Html Css Color HEX #52B121 Kelly Green

📋 copy color: '#52B121'

red 82 ◦ green 177 ◦ blue 33

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

Shades of Kelly Green #52B121

Tints of Kelly Green #52B121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 60.62%

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

R = 28.08%
G = 60.62%
B = 11.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#52B121 (or 0x52B121) is known color: Kelly Green. HEX triplet: 52, B1 and 21. RGB value is (82,177,33). Sum of RGB (Red+Green+Blue) = 82+177+33=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #52B121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B121 is #AD4EDE. Grayscale: #848484. Windows color (decimal): -11357919 or 2208082. OLE color: 2208082.

HSL color Cylindrical-coordinate representation of color #52B121: hue angle of 99.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52B121 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 177 33 -
CMYK 0.54 0 0.81 0.31
HSL 99.58º 0.69% 0.41% -
HSV(B) 99.58º 0.81% 0.69% -
XYZ 19.48 33.35 6.85 -
YUV 132.18 72.03 92.21 -
System Red Green Blue C M Y K H S L
Decimal 82 177 33 0.54 0 0.81 0.31 99.58 0.69 0.41
Hex 52 B1 21 36 0 51 1F 64 45 29
Octal 122 261 41 66 0 121 37 144 105 51
Binary 1010010 10110001 100001 110110 0 1010001 11111 1100100 1000101 101001

Color Harmonies of #52B121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B121

Black with #52B121

Text Example


Text Example

White with #52B121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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