Html Css Color HEX #31AF05 Kelly Green

📋 copy color: '#31AF05'

red 49 ◦ green 175 ◦ blue 5

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

Shades of Kelly Green #31AF05

Tints of Kelly Green #31AF05

RGB

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

 GREEN value IS 175 (68.75% from 255) = 76.42%

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

R = 21.4%
G = 76.42%
B = 2.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#31AF05 (or 0x31AF05) is known color: Kelly Green. HEX triplet: 31, AF and 05. RGB value is (49,175,5). Sum of RGB (Red+Green+Blue) = 49+175+5=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 175 (68.75% from 255 or 76.42% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AF05 is #CE50FA. Grayscale: #767676. Windows color (decimal): -13521147 or 372529. OLE color: 372529.

HSL color Cylindrical-coordinate representation of color #31AF05: hue angle of 104.47º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31AF05 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 175 5 -
CMYK 0.72 0 0.97 0.31
HSL 104.47º 0.94% 0.35% -
HSV(B) 104.47º 0.97% 0.69% -
XYZ 16.62 31.32 5.31 -
YUV 117.95 64.26 78.82 -
System Red Green Blue C M Y K H S L
Decimal 49 175 5 0.72 0 0.97 0.31 104.47 0.94 0.35
Hex 31 AF 5 48 0 61 1F 68 5E 23
Octal 61 257 5 110 0 141 37 150 136 43
Binary 110001 10101111 101 1001000 0 1100001 11111 1101000 1011110 100011

Color Harmonies of #31AF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF05

Black with #31AF05

Text Example


Text Example

White with #31AF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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