#31D60B

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

Shades of Kelly Green #31D60B

Tints of Kelly Green #31D60B

Color information

#31D60B (or 0x31D60B) is unknown color: approx Kelly Green. HEX triplet: 31, D6 and 0B. RGB value is (49,214,11). Sum of RGB (Red+Green+Blue) = 49+214+11=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 214 (83.98% from 255 or 78.10% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 214 - color contains mainly: green. Hex color #31D60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D60B is #CE29F4. Grayscale: #8E8E8E. Windows color (decimal): -13511157 or 775729. OLE color: 775729.

HSL color Cylindrical-coordinate representation of color #31D60B: hue angle of 108.77º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31D60B is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB4921411-
CMYK0.7700.950.16
HSL108.77º90.22%44.12%-
HSV(B)108.77º94.86%83.92%-
XYZ25.3748.778.39-
YUV141.5254.3462.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 214 (83.98% from 255) = 78.10%
BLUE value IS 11 (4.69% from 255) = 4.01%
R=17.88%
G=78.10%
B=4.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal49214110.7700.950.16108.7790.2244.12
Hex31D6B4D05F106d5a2c
Octal613261311501372015513254
Binary1100011101011010111001101010111111000011011011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,214,11); }

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

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

 a { background-color: rgb(49,214,11); }

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

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

 span { border-color: rgb(49,214,11); }

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