#D0E755

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

Shades of Mindaro #D0E755

Tints of Mindaro #D0E755

Color information

#D0E755 (or 0xD0E755) is unknown color: approx Mindaro. HEX triplet: D0, E7 and 55. RGB value is (208,231,85). Sum of RGB (Red+Green+Blue) = 208+231+85=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E755 is #2F18AA. Grayscale: #D0D0D0. Windows color (decimal): -3086507 or 5629904. OLE color: 5629904.

HSL color Cylindrical-coordinate representation of color #D0E755: hue angle of 69.45º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0E755 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB20823185-
CMYK0.1000.630.09
HSL69.45º75.26%61.96%-
HSV(B)69.45º63.2%90.59%-
XYZ56.2371.2219.38-
YUV207.4858.88128.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 231 (90.62% from 255) = 44.08%
BLUE value IS 85 (33.59% from 255) = 16.22%
R=39.69%
G=44.08%
B=16.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208231850.1000.630.0969.4575.2661.96
HexD0E755A03F9454b3e
Octal320347125120771110511376
Binary1101000011100111101010110100111111100110001011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E755; }

 p { color: rgb(208,231,85); }

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

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

 a { background-color: rgb(208,231,85); }

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

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

 span { border-color: rgb(208,231,85); }

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