Html Css Color HEX #31C011 Kelly Green

📋 copy color: '#31C011'

red 49 ◦ green 192 ◦ blue 17

#31C011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #31C011

Tints of Kelly Green #31C011

RGB

 RED value IS 49 (19.53% from 255) = 18.99%

 GREEN value IS 192 (75.39% from 255) = 74.42%

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 18.99%
G = 74.42%
B = 6.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#31C011 (or 0x31C011) is known color: Kelly Green. HEX triplet: 31, C0 and 11. RGB value is (49,192,17). Sum of RGB (Red+Green+Blue) = 49+192+17=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 192 (75.39% from 255 or 74.42% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 192 - color contains mainly: green. Hex color #31C011 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C011 is #CE3FEE. Grayscale: #818181. Windows color (decimal): -13516783 or 1163313. OLE color: 1163313.

HSL color Cylindrical-coordinate representation of color #31C011: hue angle of 109.03º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31C011 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 17 -
CMYK 0.74 0 0.91 0.25
HSL 109.03º 0.84% 0.41% -
HSV(B) 109.03º 0.91% 0.75% -
XYZ 20.22 38.39 6.88 -
YUV 129.29 64.62 70.73 -
System Red Green Blue C M Y K H S L
Decimal 49 192 17 0.74 0 0.91 0.25 109.03 0.84 0.41
Hex 31 C0 11 4A 0 5B 19 6D 54 29
Octal 61 300 21 112 0 133 31 155 124 51
Binary 110001 11000000 10001 1001010 0 1011011 11001 1101101 1010100 101001

Color Harmonies of #31C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C011

Black with #31C011

Text Example


Text Example

White with #31C011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,192,17); }

 H1.HeaderClassName
 {
   color: #31C011;
 }
 .AnyTagClassName
 {
   color: #31C011;
 }
</style>

background-color css

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

 a { background-color: rgb(49,192,17); }

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

border-color css

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

 span { border-color: rgb(49,192,17); }

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