#31BC07

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

Shades of Kelly Green #31BC07

Tints of Kelly Green #31BC07

Color information

#31BC07 (or 0x31BC07) is unknown color: approx Kelly Green. HEX triplet: 31, BC and 07. RGB value is (49,188,7). Sum of RGB (Red+Green+Blue) = 49+188+7=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BC07 is #CE43F8. Grayscale: #7E7E7E. Windows color (decimal): -13517817 or 506929. OLE color: 506929.

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

Color convert

RGB491887-
CMYK0.7400.960.26
HSL106.08º92.82%38.24%-
HSV(B)106.08º96.28%73.73%-
XYZ19.2936.636.26-
YUV125.860.9573.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 188 (73.83% from 255) = 77.05%
BLUE value IS 7 (3.12% from 255) = 2.87%
R=20.08%
G=77.05%
B=2.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4918870.7400.960.26106.0892.8238.24
Hex31BC74A0601A6a5d26
Octal61274711201403215213546
Binary110001101111001111001010011000001101011010101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,188,7); }

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

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

 a { background-color: rgb(49,188,7); }

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

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

 span { border-color: rgb(49,188,7); }

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