Html Css Color HEX #31D60A Kelly Green

📋 copy color: '#31D60A'

red 49 ◦ green 214 ◦ blue 10

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

Shades of Kelly Green #31D60A

Tints of Kelly Green #31D60A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 78.39%

 BLUE value IS 10 (4.3% from 255) = 3.66%

R = 17.95%
G = 78.39%
B = 3.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#31D60A (or 0x31D60A) is known color: Kelly Green. HEX triplet: 31, D6 and 0A. RGB value is (49,214,10). Sum of RGB (Red+Green+Blue) = 49+214+10=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 214 (83.98% from 255 or 78.39% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 214 - color contains mainly: green. Hex color #31D60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D60A is #CE29F5. Grayscale: #8E8E8E. Windows color (decimal): -13511158 or 710193. OLE color: 710193.

HSL color Cylindrical-coordinate representation of color #31D60A: hue angle of 108.53º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31D60A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 214 10 -
CMYK 0.77 0 0.95 0.16
HSL 108.53º 0.91% 0.44% -
HSV(B) 108.53º 0.95% 0.84% -
XYZ 25.37 48.77 8.36 -
YUV 141.41 53.84 62.09 -
System Red Green Blue C M Y K H S L
Decimal 49 214 10 0.77 0 0.95 0.16 108.53 0.91 0.44
Hex 31 D6 A 4D 0 5F 10 6D 5B 2C
Octal 61 326 12 115 0 137 20 155 133 54
Binary 110001 11010110 1010 1001101 0 1011111 10000 1101101 1011011 101100

Color Harmonies of #31D60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D60A

Black with #31D60A

Text Example


Text Example

White with #31D60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,214,10); }

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

background-color css

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

 a { background-color: rgb(49,214,10); }

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

border-color css

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

 span { border-color: rgb(49,214,10); }

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