Html Css Color HEX #31BD11 Kelly Green

📋 copy color: '#31BD11'

red 49 ◦ green 189 ◦ blue 17

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

Shades of Kelly Green #31BD11

Tints of Kelly Green #31BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 74.12%

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

R = 19.22%
G = 74.12%
B = 6.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#31BD11 (or 0x31BD11) is known color: Kelly Green. HEX triplet: 31, BD and 11. RGB value is (49,189,17). Sum of RGB (Red+Green+Blue) = 49+189+17=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 189 (74.22% from 255 or 74.12% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BD11 is #CE42EE. Grayscale: #808080. Windows color (decimal): -13517551 or 1162545. OLE color: 1162545.

HSL color Cylindrical-coordinate representation of color #31BD11: hue angle of 108.84º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31BD11 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 189 17 -
CMYK 0.74 0 0.91 0.26
HSL 108.84º 0.83% 0.4% -
HSV(B) 108.84º 0.91% 0.74% -
XYZ 19.57 37.09 6.66 -
YUV 127.53 65.62 71.99 -
System Red Green Blue C M Y K H S L
Decimal 49 189 17 0.74 0 0.91 0.26 108.84 0.83 0.4
Hex 31 BD 11 4A 0 5B 1A 6D 53 28
Octal 61 275 21 112 0 133 32 155 123 50
Binary 110001 10111101 10001 1001010 0 1011011 11010 1101101 1010011 101000

Color Harmonies of #31BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BD11

Black with #31BD11

Text Example


Text Example

White with #31BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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