Html Css Color HEX #31D305 Kelly Green

📋 copy color: '#31D305'

red 49 ◦ green 211 ◦ blue 5

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

Shades of Kelly Green #31D305

Tints of Kelly Green #31D305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 79.62%

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 18.49%
G = 79.62%
B = 1.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#31D305 (or 0x31D305) is known color: Kelly Green. HEX triplet: 31, D3 and 05. RGB value is (49,211,5). Sum of RGB (Red+Green+Blue) = 49+211+5=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 211 (82.81% from 255 or 79.62% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 211 - color contains mainly: green. Hex color #31D305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D305 is #CE2CFA. Grayscale: #8B8B8B. Windows color (decimal): -13511931 or 381745. OLE color: 381745.

HSL color Cylindrical-coordinate representation of color #31D305: hue angle of 107.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31D305 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 211 5 -
CMYK 0.77 0 0.98 0.17
HSL 107.18º 0.95% 0.42% -
HSV(B) 107.18º 0.98% 0.83% -
XYZ 24.59 47.25 7.97 -
YUV 139.08 52.33 63.75 -
System Red Green Blue C M Y K H S L
Decimal 49 211 5 0.77 0 0.98 0.17 107.18 0.95 0.42
Hex 31 D3 5 4D 0 62 11 6B 5F 2A
Octal 61 323 5 115 0 142 21 153 137 52
Binary 110001 11010011 101 1001101 0 1100010 10001 1101011 1011111 101010

Color Harmonies of #31D305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D305

Black with #31D305

Text Example


Text Example

White with #31D305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,211,5); }

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

background-color css

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

 a { background-color: rgb(49,211,5); }

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

border-color css

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

 span { border-color: rgb(49,211,5); }

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