#D0E956

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

Shades of Mindaro #D0E956

Tints of Mindaro #D0E956

Color information

#D0E956 (or 0xD0E956) is unknown color: approx Mindaro. HEX triplet: D0, E9 and 56. RGB value is (208,233,86). Sum of RGB (Red+Green+Blue) = 208+233+86=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E956 is #2F16A9. Grayscale: #D1D1D1. Windows color (decimal): -3085994 or 5695952. OLE color: 5695952.

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

Color convert

RGB20823386-
CMYK0.1100.630.09
HSL70.2º76.96%62.55%-
HSV(B)70.2º63.09%91.37%-
XYZ56.8372.3619.78-
YUV208.7758.72127.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 233 (91.41% from 255) = 44.21%
BLUE value IS 86 (33.98% from 255) = 16.32%
R=39.47%
G=44.21%
B=16.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208233860.1100.630.0970.276.9662.55
HexD0E956B03F9464d3f
Octal320351126130771110611577
Binary1101000011101001101011010110111111100110001101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E956; }

 p { color: rgb(208,233,86); }

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

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

 a { background-color: rgb(208,233,86); }

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

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

 span { border-color: rgb(208,233,86); }

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