Html Css Color HEX #31CE10 Kelly Green

📋 copy color: '#31CE10'

red 49 ◦ green 206 ◦ blue 16

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

Shades of Kelly Green #31CE10

Tints of Kelly Green #31CE10

RGB

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

 GREEN value IS 206 (80.86% from 255) = 76.01%

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

R = 18.08%
G = 76.01%
B = 5.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#31CE10 (or 0x31CE10) is known color: Kelly Green. HEX triplet: 31, CE and 10. RGB value is (49,206,16). Sum of RGB (Red+Green+Blue) = 49+206+16=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CE10 is #CE31EF. Grayscale: #898989. Windows color (decimal): -13513200 or 1101361. OLE color: 1101361.

HSL color Cylindrical-coordinate representation of color #31CE10: hue angle of 109.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31CE10 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 206 16 -
CMYK 0.76 0 0.92 0.19
HSL 109.58º 0.86% 0.44% -
HSV(B) 109.58º 0.92% 0.81% -
XYZ 23.43 44.83 7.91 -
YUV 137.4 59.49 64.95 -
System Red Green Blue C M Y K H S L
Decimal 49 206 16 0.76 0 0.92 0.19 109.58 0.86 0.44
Hex 31 CE 10 4C 0 5C 13 6E 56 2C
Octal 61 316 20 114 0 134 23 156 126 54
Binary 110001 11001110 10000 1001100 0 1011100 10011 1101110 1010110 101100

Color Harmonies of #31CE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CE10

Black with #31CE10

Text Example


Text Example

White with #31CE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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