Html Css Color HEX #31B516 Kelly Green

📋 copy color: '#31B516'

red 49 ◦ green 181 ◦ blue 22

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

Shades of Kelly Green #31B516

Tints of Kelly Green #31B516

RGB

 RED value IS 49 (19.53% from 255) = 19.44%

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 19.44%
G = 71.83%
B = 8.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#31B516 (or 0x31B516) is known color: Kelly Green. HEX triplet: 31, B5 and 16. RGB value is (49,181,22). Sum of RGB (Red+Green+Blue) = 49+181+22=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #31B516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B516 is #CE4AE9. Grayscale: #7B7B7B. Windows color (decimal): -13519594 or 1488177. OLE color: 1488177.

HSL color Cylindrical-coordinate representation of color #31B516: hue angle of 109.81º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31B516 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 181 22 -
CMYK 0.73 0 0.88 0.29
HSL 109.81º 0.78% 0.4% -
HSV(B) 109.81º 0.88% 0.71% -
XYZ 17.94 33.76 6.33 -
YUV 123.41 70.77 74.93 -
System Red Green Blue C M Y K H S L
Decimal 49 181 22 0.73 0 0.88 0.29 109.81 0.78 0.4
Hex 31 B5 16 49 0 58 1D 6E 4E 28
Octal 61 265 26 111 0 130 35 156 116 50
Binary 110001 10110101 10110 1001001 0 1011000 11101 1101110 1001110 101000

Color Harmonies of #31B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B516

Black with #31B516

Text Example


Text Example

White with #31B516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31B516; }

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

 H1.HeaderClassName
 {
   color: #31B516;
 }
 .AnyTagClassName
 {
   color: #31B516;
 }
</style>

background-color css

<style>
 a { background-color: #31B516; }

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

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

border-color css

<style>
 span { border-color: #31B516; }

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

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