#D0E477

Color #D0E477 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D0E477

Tints of Mindaro #D0E477

Color information

#D0E477 (or 0xD0E477) is unknown color: approx Mindaro. HEX triplet: D0, E4 and 77. RGB value is (208,228,119). Sum of RGB (Red+Green+Blue) = 208+228+119=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E477 is #2F1B88. Grayscale: #D2D2D2. Windows color (decimal): -3087241 or 7857360. OLE color: 7857360.

HSL color Cylindrical-coordinate representation of color #D0E477: hue angle of 71.01º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0E477 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB208228119-
CMYK0.0900.480.11
HSL71.01º66.87%68.04%-
HSV(B)71.01º47.81%89.41%-
XYZ57.0970.2328-
YUV209.5976.87126.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 228 (89.45% from 255) = 41.08%
BLUE value IS 119 (46.88% from 255) = 21.44%
R=37.48%
G=41.08%
B=21.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082281190.0900.480.1171.0166.8768.04
HexD0E4779030B474344
Octal3203441671106013107103104
Binary11010000111001001110111100101100001011100011110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E477; }

 p { color: rgb(208,228,119); }

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

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

 a { background-color: rgb(208,228,119); }

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

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

 span { border-color: rgb(208,228,119); }

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