Html Css Color HEX #31BE12 Kelly Green

📋 copy color: '#31BE12'

red 49 ◦ green 190 ◦ blue 18

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

Shades of Kelly Green #31BE12

Tints of Kelly Green #31BE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 73.93%

 BLUE value IS 18 (7.42% from 255) = 7%

R = 19.07%
G = 73.93%
B = 7%

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

#31BE12 (or 0x31BE12) is known color: Kelly Green. HEX triplet: 31, BE and 12. RGB value is (49,190,18). Sum of RGB (Red+Green+Blue) = 49+190+18=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BE12 is #CE41ED. Grayscale: #808080. Windows color (decimal): -13517294 or 1228337. OLE color: 1228337.

HSL color Cylindrical-coordinate representation of color #31BE12: hue angle of 109.19º degrees, saturation: 0.83, 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 #31BE12 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 190 18 -
CMYK 0.74 0 0.91 0.25
HSL 109.19º 0.83% 0.41% -
HSV(B) 109.19º 0.91% 0.75% -
XYZ 19.79 37.52 6.77 -
YUV 128.23 65.79 71.49 -
System Red Green Blue C M Y K H S L
Decimal 49 190 18 0.74 0 0.91 0.25 109.19 0.83 0.41
Hex 31 BE 12 4A 0 5B 19 6D 53 29
Octal 61 276 22 112 0 133 31 155 123 51
Binary 110001 10111110 10010 1001010 0 1011011 11001 1101101 1010011 101001

Color Harmonies of #31BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BE12

Black with #31BE12

Text Example


Text Example

White with #31BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,190,18); }

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

background-color css

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

 a { background-color: rgb(49,190,18); }

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

border-color css

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

 span { border-color: rgb(49,190,18); }

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