#31BF09

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

Shades of Kelly Green #31BF09

Tints of Kelly Green #31BF09

Color information

#31BF09 (or 0x31BF09) is unknown color: approx Kelly Green. HEX triplet: 31, BF and 09. RGB value is (49,191,9). Sum of RGB (Red+Green+Blue) = 49+191+9=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 191 (75% from 255 or 76.71% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BF09 is #CE40F6. Grayscale: #808080. Windows color (decimal): -13517047 or 638769. OLE color: 638769.

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

Color convert

RGB491919-
CMYK0.7400.950.25
HSL106.81º91%39.22%-
HSV(B)106.81º95.29%74.9%-
XYZ19.9537.936.53-
YUV127.7960.9671.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 191 (75% from 255) = 76.71%
BLUE value IS 9 (3.91% from 255) = 3.61%
R=19.68%
G=76.71%
B=3.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4919190.7400.950.25106.819139.22
Hex31BF94A05F196b5b27
Octal612771111201373115313347
Binary1100011011111110011001010010111111100111010111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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