Html Css Color HEX #31C013 Kelly Green

📋 copy color: '#31C013'

red 49 ◦ green 192 ◦ blue 19

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

Shades of Kelly Green #31C013

Tints of Kelly Green #31C013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 18.85%
G = 73.85%
B = 7.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#31C013 (or 0x31C013) is known color: Kelly Green. HEX triplet: 31, C0 and 13. RGB value is (49,192,19). Sum of RGB (Red+Green+Blue) = 49+192+19=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 192 (75.39% from 255 or 73.85% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 192 - color contains mainly: green. Hex color #31C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C013 is #CE3FEC. Grayscale: #828282. Windows color (decimal): -13516781 or 1294385. OLE color: 1294385.

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

Color convert

RGB 49 192 19 -
CMYK 0.74 0 0.90 0.25
HSL 109.6º 0.82% 0.41% -
HSV(B) 109.6º 0.9% 0.75% -
XYZ 20.23 38.4 6.96 -
YUV 129.52 65.62 70.57 -
System Red Green Blue C M Y K H S L
Decimal 49 192 19 0.74 0 0.90 0.25 109.6 0.82 0.41
Hex 31 C0 13 4A 0 5A 19 6E 52 29
Octal 61 300 23 112 0 132 31 156 122 51
Binary 110001 11000000 10011 1001010 0 1011010 11001 1101110 1010010 101001

Color Harmonies of #31C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C013

Black with #31C013

Text Example


Text Example

White with #31C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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