#05dc27

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

Shades of Dark Pastel Green #05DC27

Tints of Dark Pastel Green #05DC27

Color information

#05DC27 (or 0x05DC27) is unknown color: approx Dark Pastel Green. HEX triplet: 05, DC and 27. RGB value is (5,220,39). Sum of RGB (Red+Green+Blue) = 5+220+39=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 220 (86.33% from 255 or 83.33% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DC27 is #FA23D8. Grayscale: #878787. Windows color (decimal): -16393177 or 2612229. OLE color: 2612229.

HSL color Cylindrical-coordinate representation of color #05DC27: hue angle of 129.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DC27 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB522039-
CMYK0.9800.820.14
HSL129.49º95.56%44.12%-
HSV(B)129.49º97.73%86.27%-
XYZ26.0251.3710.46-
YUV135.0873.7735.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 220 (86.33% from 255) = 83.33%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=1.89%
G=83.33%
B=14.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal5220390.9800.820.14129.4995.5644.12
Hex5DC2762052E81602c
Octal53344714201221620114054
Binary101110111001001111100010010100101110100000011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05dc27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,220,39); }

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

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

 a { background-color: rgb(5,220,39); }

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

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

 span { border-color: rgb(5,220,39); }

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