#31CF0C

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

Shades of Kelly Green #31CF0C

Tints of Kelly Green #31CF0C

Color information

#31CF0C (or 0x31CF0C) is unknown color: approx Kelly Green. HEX triplet: 31, CF and 0C. RGB value is (49,207,12). Sum of RGB (Red+Green+Blue) = 49+207+12=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 207 (81.25% from 255 or 77.24% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CF0C is #CE30F3. Grayscale: #8A8A8A. Windows color (decimal): -13512948 or 839473. OLE color: 839473.

HSL color Cylindrical-coordinate representation of color #31CF0C: hue angle of 108.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31CF0C is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB4920712-
CMYK0.7600.940.19
HSL108.62º89.04%42.94%-
HSV(B)108.62º94.2%81.18%-
XYZ23.6545.317.85-
YUV137.5357.1564.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 207 (81.25% from 255) = 77.24%
BLUE value IS 12 (5.08% from 255) = 4.48%
R=18.28%
G=77.24%
B=4.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal49207120.7600.940.19108.6289.0442.94
Hex31CFC4C05E136d592b
Octal613171411401362315513153
Binary1100011100111111001001100010111101001111011011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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