Html Css Color HEX #31B20C Kelly Green

📋 copy color: '#31B20C'

red 49 ◦ green 178 ◦ blue 12

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

Shades of Kelly Green #31B20C

Tints of Kelly Green #31B20C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 74.48%

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 20.5%
G = 74.48%
B = 5.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#31B20C (or 0x31B20C) is known color: Kelly Green. HEX triplet: 31, B2 and 0C. RGB value is (49,178,12). Sum of RGB (Red+Green+Blue) = 49+178+12=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 178 (69.92% from 255 or 74.48% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 178 - color contains mainly: green. Hex color #31B20C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31B20C is #CE4DF3. Grayscale: #797979. Windows color (decimal): -13520372 or 832049. OLE color: 832049.

HSL color Cylindrical-coordinate representation of color #31B20C: hue angle of 106.63º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31B20C is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 178 12 -
CMYK 0.72 0 0.93 0.30
HSL 106.63º 0.87% 0.37% -
HSV(B) 106.63º 0.93% 0.7% -
XYZ 17.25 32.52 5.72 -
YUV 120.51 66.76 77 -
System Red Green Blue C M Y K H S L
Decimal 49 178 12 0.72 0 0.93 0.30 106.63 0.87 0.37
Hex 31 B2 C 48 0 5D 1E 6B 57 25
Octal 61 262 14 110 0 135 36 153 127 45
Binary 110001 10110010 1100 1001000 0 1011101 11110 1101011 1010111 100101

Color Harmonies of #31B20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B20C

Black with #31B20C

Text Example


Text Example

White with #31B20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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