#01D533

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

Shades of Dark Pastel Green #01D533

Tints of Dark Pastel Green #01D533

Color information

#01D533 (or 0x01D533) is unknown color: approx Dark Pastel Green. HEX triplet: 01, D5 and 33. RGB value is (1,213,51). Sum of RGB (Red+Green+Blue) = 1+213+51=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 213 (83.59% from 255 or 80.38% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 213 - color contains mainly: green. Hex color #01D533 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D533 is #FE2ACC. Grayscale: #838383. Windows color (decimal): -16657101 or 3396865. OLE color: 3396865.

HSL color Cylindrical-coordinate representation of color #01D533: hue angle of 134.15º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D533 is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB121351-
CMYK1.0000.760.16
HSL134.15º99.07%41.96%-
HSV(B)134.15º99.53%83.53%-
XYZ24.447.8311.08-
YUV131.1482.7635.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 213 (83.59% from 255) = 80.38%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=0.38%
G=80.38%
B=19.25%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1213511.0000.760.16134.1599.0741.96
Hex1D5336404C1086632a
Octal13256314401142020614352
Binary11101010111001111001000100110010000100001101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01D533; }

 p { color: rgb(1,213,51); }

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

<style>
 a { background-color: #01D533; }

 a { background-color: rgb(1,213,51); }

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

<style>
 span { border-color: #01D533; }

 span { border-color: rgb(1,213,51); }

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