Html Css Color HEX #31B410 Kelly Green

📋 copy color: '#31B410'

red 49 ◦ green 180 ◦ blue 16

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

Shades of Kelly Green #31B410

Tints of Kelly Green #31B410

RGB

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

 GREEN value IS 180 (70.7% from 255) = 73.47%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 20%
G = 73.47%
B = 6.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#31B410 (or 0x31B410) is known color: Kelly Green. HEX triplet: 31, B4 and 10. RGB value is (49,180,16). Sum of RGB (Red+Green+Blue) = 49+180+16=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 180 (70.70% from 255 or 73.47% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 180 - color contains mainly: green. Hex color #31B410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B410 is #CE4BEF. Grayscale: #7A7A7A. Windows color (decimal): -13519856 or 1094705. OLE color: 1094705.

HSL color Cylindrical-coordinate representation of color #31B410: hue angle of 107.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31B410 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 180 16 -
CMYK 0.73 0 0.91 0.29
HSL 107.93º 0.84% 0.38% -
HSV(B) 107.93º 0.91% 0.71% -
XYZ 17.68 33.33 5.99 -
YUV 122.14 68.1 75.84 -
System Red Green Blue C M Y K H S L
Decimal 49 180 16 0.73 0 0.91 0.29 107.93 0.84 0.38
Hex 31 B4 10 49 0 5B 1D 6C 54 26
Octal 61 264 20 111 0 133 35 154 124 46
Binary 110001 10110100 10000 1001001 0 1011011 11101 1101100 1010100 100110

Color Harmonies of #31B410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B410

Black with #31B410

Text Example


Text Example

White with #31B410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,180,16); }

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

background-color css

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

 a { background-color: rgb(49,180,16); }

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

border-color css

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

 span { border-color: rgb(49,180,16); }

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