#05D82E

Color #05D82E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #05D82E

Tints of Dark Pastel Green #05D82E

Color information

#05D82E (or 0x05D82E) is unknown color: approx Dark Pastel Green. HEX triplet: 05, D8 and 2E. RGB value is (5,216,46). Sum of RGB (Red+Green+Blue) = 5+216+46=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 216 (84.77% from 255 or 80.90% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 216 - color contains mainly: green. Hex color #05D82E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D82E is #FA27D1. Grayscale: #868686. Windows color (decimal): -16394194 or 3069957. OLE color: 3069957.

HSL color Cylindrical-coordinate representation of color #05D82E: hue angle of 131.66º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D82E is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB521646-
CMYK0.9800.790.15
HSL131.66º95.48%43.33%-
HSV(B)131.66º97.69%84.71%-
XYZ25.1149.3410.79-
YUV133.5378.636.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 216 (84.77% from 255) = 80.90%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=1.87%
G=80.90%
B=17.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal5216460.9800.790.15131.6695.4843.33
Hex5D82E6204FF845f2b
Octal53305614201171720413753
Binary101110110001011101100010010011111111100001001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,216,46); }

 H1.HeaderClassName
 {
   color: #05D82E;
 }
 .AnyTagClassName
 {
   color: #05D82E;
 }
</style>
background-color css

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

 a { background-color: rgb(5,216,46); }

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

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

 span { border-color: rgb(5,216,46); }

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