#31B905

Color #31B905 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #31B905

Tints of Kelly Green #31B905

Color information

#31B905 (or 0x31B905) is unknown color: approx Kelly Green. HEX triplet: 31, B9 and 05. RGB value is (49,185,5). Sum of RGB (Red+Green+Blue) = 49+185+5=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 185 (72.66% from 255 or 77.41% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 185 - color contains mainly: green. Hex color #31B905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B905 is #CE46FA. Grayscale: #7C7C7C. Windows color (decimal): -13518587 or 375089. OLE color: 375089.

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

Color convert

RGB491855-
CMYK0.7400.970.27
HSL105.33º94.74%37.25%-
HSV(B)105.33º97.3%72.55%-
XYZ18.6435.365.99-
YUV123.8260.9474.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 185 (72.66% from 255) = 77.41%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=20.50%
G=77.41%
B=2.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4918550.7400.970.27105.3394.7437.25
Hex31B954A0611B695f25
Octal61271511201413315113745
Binary110001101110011011001010011000011101111010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31B905;
 }
 .AnyTagClassName
 {
   color: #31B905;
 }
</style>
background-color css

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

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

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

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

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

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