Html Css Color HEX #31BE0D Kelly Green

📋 copy color: '#31BE0D'

red 49 ◦ green 190 ◦ blue 13

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

Shades of Kelly Green #31BE0D

Tints of Kelly Green #31BE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 19.44%
G = 75.4%
B = 5.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#31BE0D (or 0x31BE0D) is known color: Kelly Green. HEX triplet: 31, BE and 0D. RGB value is (49,190,13). Sum of RGB (Red+Green+Blue) = 49+190+13=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 190 (74.61% from 255 or 75.40% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BE0D is #CE41F2. Grayscale: #808080. Windows color (decimal): -13517299 or 900657. OLE color: 900657.

HSL color Cylindrical-coordinate representation of color #31BE0D: hue angle of 107.8º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31BE0D is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 190 13 -
CMYK 0.74 0 0.93 0.25
HSL 107.8º 0.87% 0.4% -
HSV(B) 107.8º 0.93% 0.75% -
XYZ 19.75 37.51 6.58 -
YUV 127.66 63.29 71.89 -
System Red Green Blue C M Y K H S L
Decimal 49 190 13 0.74 0 0.93 0.25 107.8 0.87 0.4
Hex 31 BE D 4A 0 5D 19 6C 57 28
Octal 61 276 15 112 0 135 31 154 127 50
Binary 110001 10111110 1101 1001010 0 1011101 11001 1101100 1010111 101000

Color Harmonies of #31BE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BE0D

Black with #31BE0D

Text Example


Text Example

White with #31BE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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