#31BD0F

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

Shades of Kelly Green #31BD0F

Tints of Kelly Green #31BD0F

Color information

#31BD0F (or 0x31BD0F) is unknown color: approx Kelly Green. HEX triplet: 31, BD and 0F. RGB value is (49,189,15). Sum of RGB (Red+Green+Blue) = 49+189+15=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 189 (74.22% from 255 or 74.70% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BD0F is #CE42F0. Grayscale: #7F7F7F. Windows color (decimal): -13517553 or 1031473. OLE color: 1031473.

HSL color Cylindrical-coordinate representation of color #31BD0F: hue angle of 108.28º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31BD0F is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB4918915-
CMYK0.7400.920.26
HSL108.28º85.29%40%-
HSV(B)108.28º92.06%74.12%-
XYZ19.5537.086.58-
YUV127.364.6272.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 189 (74.22% from 255) = 74.70%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=19.37%
G=74.70%
B=5.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49189150.7400.920.26108.2885.2940
Hex31BDF4A05C1A6c5528
Octal612751711201343215412550
Binary1100011011110111111001010010111001101011011001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,189,15); }

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

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

 a { background-color: rgb(49,189,15); }

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

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

 span { border-color: rgb(49,189,15); }

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