Html Css Color HEX #31B918 Kelly Green

📋 copy color: '#31B918'

red 49 ◦ green 185 ◦ blue 24

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

Shades of Kelly Green #31B918

Tints of Kelly Green #31B918

RGB

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

 GREEN value IS 185 (72.66% from 255) = 71.71%

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 18.99%
G = 71.71%
B = 9.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#31B918 (or 0x31B918) is known color: Kelly Green. HEX triplet: 31, B9 and 18. RGB value is (49,185,24). Sum of RGB (Red+Green+Blue) = 49+185+24=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 185 (72.66% from 255 or 71.71% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 185 - color contains mainly: green. Hex color #31B918 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B918 is #CE46E7. Grayscale: #7E7E7E. Windows color (decimal): -13518568 or 1620273. OLE color: 1620273.

HSL color Cylindrical-coordinate representation of color #31B918: hue angle of 110.68º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31B918 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 185 24 -
CMYK 0.74 0 0.87 0.27
HSL 110.68º 0.77% 0.41% -
HSV(B) 110.68º 0.87% 0.73% -
XYZ 18.78 35.42 6.71 -
YUV 125.98 70.44 73.09 -
System Red Green Blue C M Y K H S L
Decimal 49 185 24 0.74 0 0.87 0.27 110.68 0.77 0.41
Hex 31 B9 18 4A 0 57 1B 6F 4D 29
Octal 61 271 30 112 0 127 33 157 115 51
Binary 110001 10111001 11000 1001010 0 1010111 11011 1101111 1001101 101001

Color Harmonies of #31B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B918

Black with #31B918

Text Example


Text Example

White with #31B918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,185,24); }

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

background-color css

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

 a { background-color: rgb(49,185,24); }

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

border-color css

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

 span { border-color: rgb(49,185,24); }

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