#05C017

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

Shades of Dark Pastel Green #05C017

Tints of Dark Pastel Green #05C017

Color information

#05C017 (or 0x05C017) is unknown color: approx Dark Pastel Green. HEX triplet: 05, C0 and 17. RGB value is (5,192,23). Sum of RGB (Red+Green+Blue) = 5+192+23=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 192 (75.39% from 255 or 87.27% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 192 - color contains mainly: green. Hex color #05C017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C017 is #FA3FE8. Grayscale: #757575. Windows color (decimal): -16400361 or 1556485. OLE color: 1556485.

HSL color Cylindrical-coordinate representation of color #05C017: hue angle of 125.78º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C017 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB519223-
CMYK0.9700.880.25
HSL125.78º94.92%38.63%-
HSV(B)125.78º97.4%75.29%-
XYZ19.0737.797.1-
YUV116.8275.0548.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 192 (75.39% from 255) = 87.27%
BLUE value IS 23 (9.38% from 255) = 10.45%
R=2.27%
G=87.27%
B=10.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5192230.9700.880.25125.7894.9238.63
Hex5C01761058197e5f27
Octal53002714101303117613747
Binary10111000000101111100001010110001100111111101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,192,23); }

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

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

 a { background-color: rgb(5,192,23); }

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

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

 span { border-color: rgb(5,192,23); }

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