Html Css Color HEX #05D040 Dark Pastel Green

📋 copy color: '#05D040'

red 5 ◦ green 208 ◦ blue 64

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

Shades of Dark Pastel Green #05D040

Tints of Dark Pastel Green #05D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.09%

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

R = 1.81%
G = 75.09%
B = 23.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#05D040 (or 0x05D040) is known color: Dark Pastel Green. HEX triplet: 05, D0 and 40. RGB value is (5,208,64). Sum of RGB (Red+Green+Blue) = 5+208+64=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 208 (81.64% from 255 or 75.09% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 208 - color contains mainly: green. Hex color #05D040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D040 is #FA2FBF. Grayscale: #838383. Windows color (decimal): -16396224 or 4247557. OLE color: 4247557.

HSL color Cylindrical-coordinate representation of color #05D040: hue angle of 137.44º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D040 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 208 64 -
CMYK 0.98 0 0.69 0.18
HSL 137.44º 0.95% 0.42% -
HSV(B) 137.44º 0.98% 0.82% -
XYZ 23.54 45.51 12.39 -
YUV 130.89 90.25 38.21 -
System Red Green Blue C M Y K H S L
Decimal 5 208 64 0.98 0 0.69 0.18 137.44 0.95 0.42
Hex 5 D0 40 62 0 45 12 89 5F 2A
Octal 5 320 100 142 0 105 22 211 137 52
Binary 101 11010000 1000000 1100010 0 1000101 10010 10001001 1011111 101010

Color Harmonies of #05D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D040

Black with #05D040

Text Example


Text Example

White with #05D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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