#D0EE69

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

Shades of Mindaro #D0EE69

Tints of Mindaro #D0EE69

Color information

#D0EE69 (or 0xD0EE69) is unknown color: approx Mindaro. HEX triplet: D0, EE and 69. RGB value is (208,238,105). Sum of RGB (Red+Green+Blue) = 208+238+105=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EE69 is #2F1196. Grayscale: #D6D6D6. Windows color (decimal): -3084695 or 6942416. OLE color: 6942416.

HSL color Cylindrical-coordinate representation of color #D0EE69: hue angle of 73.53º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0EE69 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB208238105-
CMYK0.1300.560.07
HSL73.53º79.64%67.25%-
HSV(B)73.53º55.88%93.33%-
XYZ59.1475.5824.84-
YUV213.8766.56123.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 238 (93.36% from 255) = 43.19%
BLUE value IS 105 (41.41% from 255) = 19.06%
R=37.75%
G=43.19%
B=19.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381050.1300.560.0773.5379.6467.25
HexD0EE69D03874a5043
Octal320356151150707112120103
Binary1101000011101110110100111010111000111100101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EE69; }

 p { color: rgb(208,238,105); }

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

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

 a { background-color: rgb(208,238,105); }

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

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

 span { border-color: rgb(208,238,105); }

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