Html Css Color HEX #31CE0F Kelly Green

📋 copy color: '#31CE0F'

red 49 ◦ green 206 ◦ blue 15

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

Shades of Kelly Green #31CE0F

Tints of Kelly Green #31CE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 18.15%
G = 76.3%
B = 5.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#31CE0F (or 0x31CE0F) is known color: Kelly Green. HEX triplet: 31, CE and 0F. RGB value is (49,206,15). Sum of RGB (Red+Green+Blue) = 49+206+15=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CE0F is #CE31F0. Grayscale: #898989. Windows color (decimal): -13513201 or 1035825. OLE color: 1035825.

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

Color convert

RGB 49 206 15 -
CMYK 0.76 0 0.93 0.19
HSL 109.32º 0.86% 0.43% -
HSV(B) 109.32º 0.93% 0.81% -
XYZ 23.42 44.83 7.87 -
YUV 137.28 58.99 65.03 -
System Red Green Blue C M Y K H S L
Decimal 49 206 15 0.76 0 0.93 0.19 109.32 0.86 0.43
Hex 31 CE F 4C 0 5D 13 6D 56 2B
Octal 61 316 17 114 0 135 23 155 126 53
Binary 110001 11001110 1111 1001100 0 1011101 10011 1101101 1010110 101011

Color Harmonies of #31CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CE0F

Black with #31CE0F

Text Example


Text Example

White with #31CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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