Html Css Color HEX #52B81F Kelly Green

📋 copy color: '#52B81F'

red 82 ◦ green 184 ◦ blue 31

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

Shades of Kelly Green #52B81F

Tints of Kelly Green #52B81F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 61.95%

 BLUE value IS 31 (12.5% from 255) = 10.44%

R = 27.61%
G = 61.95%
B = 10.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#52B81F (or 0x52B81F) is known color: Kelly Green. HEX triplet: 52, B8 and 1F. RGB value is (82,184,31). Sum of RGB (Red+Green+Blue) = 82+184+31=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #52B81F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B81F is #AD47E0. Grayscale: #888888. Windows color (decimal): -11356129 or 2078802. OLE color: 2078802.

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

Color convert

RGB 82 184 31 -
CMYK 0.55 0 0.83 0.28
HSL 100º 0.71% 0.42% -
HSV(B) 100º 0.83% 0.72% -
XYZ 20.87 36.17 7.18 -
YUV 136.06 68.71 89.44 -
System Red Green Blue C M Y K H S L
Decimal 82 184 31 0.55 0 0.83 0.28 100 0.71 0.42
Hex 52 B8 1F 37 0 53 1C 64 47 2A
Octal 122 270 37 67 0 123 34 144 107 52
Binary 1010010 10111000 11111 110111 0 1010011 11100 1100100 1000111 101010

Color Harmonies of #52B81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B81F

Black with #52B81F

Text Example


Text Example

White with #52B81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,184,31); }

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

background-color css

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

 a { background-color: rgb(82,184,31); }

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

border-color css

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

 span { border-color: rgb(82,184,31); }

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