Html Css Color HEX #52B531 Kelly Green

📋 copy color: '#52B531'

red 82 ◦ green 181 ◦ blue 49

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

Shades of Kelly Green #52B531

Tints of Kelly Green #52B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.01%

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 26.28%
G = 58.01%
B = 15.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#52B531 (or 0x52B531) is known color: Kelly Green. HEX triplet: 52, B5 and 31. RGB value is (82,181,49). Sum of RGB (Red+Green+Blue) = 82+181+49=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #52B531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B531 is #AD4ACE. Grayscale: #888888. Windows color (decimal): -11356879 or 3257682. OLE color: 3257682.

HSL color Cylindrical-coordinate representation of color #52B531: hue angle of 105º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52B531 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 181 49 -
CMYK 0.55 0 0.73 0.29
HSL 105º 0.57% 0.45% -
HSV(B) 105º 0.73% 0.71% -
XYZ 20.56 35.06 8.59 -
YUV 136.35 78.7 89.23 -
System Red Green Blue C M Y K H S L
Decimal 82 181 49 0.55 0 0.73 0.29 105 0.57 0.45
Hex 52 B5 31 37 0 49 1D 69 39 2D
Octal 122 265 61 67 0 111 35 151 71 55
Binary 1010010 10110101 110001 110111 0 1001001 11101 1101001 111001 101101

Color Harmonies of #52B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B531

Black with #52B531

Text Example


Text Example

White with #52B531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,181,49); }

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

background-color css

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

 a { background-color: rgb(82,181,49); }

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

border-color css

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

 span { border-color: rgb(82,181,49); }

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