#31BB0C

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

Shades of Kelly Green #31BB0C

Tints of Kelly Green #31BB0C

Color information

#31BB0C (or 0x31BB0C) is unknown color: approx Kelly Green. HEX triplet: 31, BB and 0C. RGB value is (49,187,12). Sum of RGB (Red+Green+Blue) = 49+187+12=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 187 (73.44% from 255 or 75.40% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BB0C is #CE44F3. Grayscale: #7E7E7E. Windows color (decimal): -13518068 or 834353. OLE color: 834353.

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

Color convert

RGB4918712-
CMYK0.7400.940.27
HSL107.31º87.94%39.02%-
HSV(B)107.31º93.58%73.33%-
XYZ19.136.226.33-
YUV125.7963.7873.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 187 (73.44% from 255) = 75.40%
BLUE value IS 12 (5.08% from 255) = 4.84%
R=19.76%
G=75.40%
B=4.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49187120.7400.940.27107.3187.9439.02
Hex31BBC4A05E1B6b5827
Octal612731411201363315313047
Binary1100011011101111001001010010111101101111010111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,187,12); }

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

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

 a { background-color: rgb(49,187,12); }

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

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

 span { border-color: rgb(49,187,12); }

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