Html Css Color HEX #05AF40 Dark Pastel Green

📋 copy color: '#05AF40'

red 5 ◦ green 175 ◦ blue 64

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

Shades of Dark Pastel Green #05AF40

Tints of Dark Pastel Green #05AF40

RGB

 RED value IS 5 (2.34% from 255) = 2.05%

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

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 2.05%
G = 71.72%
B = 26.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#05AF40 (or 0x05AF40) is known color: Dark Pastel Green. HEX triplet: 05, AF and 40. RGB value is (5,175,64). Sum of RGB (Red+Green+Blue) = 5+175+64=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 175 (68.75% from 255 or 71.72% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AF40 is #FA50BF. Grayscale: #6F6F6F. Windows color (decimal): -16404672 or 4239109. OLE color: 4239109.

HSL color Cylindrical-coordinate representation of color #05AF40: hue angle of 140.82º 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 #05AF40 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 175 64 -
CMYK 0.97 0 0.63 0.31
HSL 140.82º 0.94% 0.35% -
HSV(B) 140.82º 0.97% 0.69% -
XYZ 16.32 31.06 9.99 -
YUV 111.52 101.18 52.03 -
System Red Green Blue C M Y K H S L
Decimal 5 175 64 0.97 0 0.63 0.31 140.82 0.94 0.35
Hex 5 AF 40 61 0 3F 1F 8D 5E 23
Octal 5 257 100 141 0 77 37 215 136 43
Binary 101 10101111 1000000 1100001 0 111111 11111 10001101 1011110 100011

Color Harmonies of #05AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AF40

Black with #05AF40

Text Example


Text Example

White with #05AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05AF40; }

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

 H1.HeaderClassName
 {
   color: #05AF40;
 }
 .AnyTagClassName
 {
   color: #05AF40;
 }
</style>

background-color css

<style>
 a { background-color: #05AF40; }

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

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

border-color css

<style>
 span { border-color: #05AF40; }

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

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