#31BF06

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

Shades of Kelly Green #31BF06

Tints of Kelly Green #31BF06

Color information

#31BF06 (or 0x31BF06) is unknown color: approx Kelly Green. HEX triplet: 31, BF and 06. RGB value is (49,191,6). Sum of RGB (Red+Green+Blue) = 49+191+6=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 191 (75% from 255 or 77.64% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BF06 is #CE40F9. Grayscale: #808080. Windows color (decimal): -13517050 or 442161. OLE color: 442161.

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

Color convert

RGB491916-
CMYK0.7400.970.25
HSL106.05º93.91%38.63%-
HSV(B)106.05º96.86%74.9%-
XYZ19.9337.936.44-
YUV127.4559.4672.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 191 (75% from 255) = 77.64%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=19.92%
G=77.64%
B=2.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4919160.7400.970.25106.0593.9138.63
Hex31BF64A061196a5e27
Octal61277611201413115213647
Binary110001101111111101001010011000011100111010101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,191,6); }

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

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

 a { background-color: rgb(49,191,6); }

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

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

 span { border-color: rgb(49,191,6); }

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