#D0F869

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

Shades of Mindaro #D0F869

Tints of Mindaro #D0F869

Color information

#D0F869 (or 0xD0F869) is unknown color: approx Mindaro. HEX triplet: D0, F8 and 69. RGB value is (208,248,105). Sum of RGB (Red+Green+Blue) = 208+248+105=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F869 is #2F0796. Grayscale: #DCDCDC. Windows color (decimal): -3082135 or 6944976. OLE color: 6944976.

HSL color Cylindrical-coordinate representation of color #D0F869: hue angle of 76.78º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0F869 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB208248105-
CMYK0.1600.580.03
HSL76.78º91.08%69.22%-
HSV(B)76.78º57.66%97.25%-
XYZ62.1381.5625.83-
YUV219.7463.25119.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 248 (97.27% from 255) = 44.21%
BLUE value IS 105 (41.41% from 255) = 18.72%
R=37.08%
G=44.21%
B=18.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481050.1600.580.0376.7891.0869.22
HexD0F8691003A34d5b45
Octal320370151200723115133105
Binary1101000011111000110100110000011101011100110110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F869; }

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

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

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

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

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

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

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

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