#31CF05

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

Shades of Kelly Green #31CF05

Tints of Kelly Green #31CF05

Color information

#31CF05 (or 0x31CF05) is unknown color: approx Kelly Green. HEX triplet: 31, CF and 05. RGB value is (49,207,5). Sum of RGB (Red+Green+Blue) = 49+207+5=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CF05 is #CE30FA. Grayscale: #898989. Windows color (decimal): -13512955 or 380721. OLE color: 380721.

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

Color convert

RGB492075-
CMYK0.7600.980.19
HSL106.93º95.28%41.57%-
HSV(B)106.93º97.58%81.18%-
XYZ23.6145.297.64-
YUV136.7353.6565.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 207 (81.25% from 255) = 79.31%
BLUE value IS 5 (2.34% from 255) = 1.92%
R=18.77%
G=79.31%
B=1.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal4920750.7600.980.19106.9395.2841.57
Hex31CF54C062136b5f2a
Octal61317511401422315313752
Binary110001110011111011001100011000101001111010111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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