#0ED533

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

Shades of Dark Pastel Green #0ED533

Tints of Dark Pastel Green #0ED533

Color information

#0ED533 (or 0x0ED533) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, D5 and 33. RGB value is (14,213,51). Sum of RGB (Red+Green+Blue) = 14+213+51=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED533 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED533 is #F12ACC. Grayscale: #878787. Windows color (decimal): -15805133 or 3396878. OLE color: 3396878.

HSL color Cylindrical-coordinate representation of color #0ED533: hue angle of 131.16º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED533 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB1421351-
CMYK0.9300.760.16
HSL131.16º87.67%44.51%-
HSV(B)131.16º93.43%83.53%-
XYZ24.5747.9211.09-
YUV135.0380.5741.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.04%
GREEN value IS 213 (83.59% from 255) = 76.62%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=5.04%
G=76.62%
B=18.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14213510.9300.760.16131.1687.6744.51
HexED5335D04C1083582d
Octal163256313501142020313055
Binary11101101010111001110111010100110010000100000111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ED533; }

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

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

<style>
 a { background-color: #0ED533; }

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

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

<style>
 span { border-color: #0ED533; }

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

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