#D9F869

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

Shades of Mindaro #D9F869

Tints of Mindaro #D9F869

Color information

#D9F869 (or 0xD9F869) is unknown color: approx Mindaro. HEX triplet: D9, F8 and 69. RGB value is (217,248,105). Sum of RGB (Red+Green+Blue) = 217+248+105=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 105 (41.41% from 255 or 18.42% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #D9F869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F869 is #260796. Grayscale: #DEDEDE. Windows color (decimal): -2492311 or 6944985. OLE color: 6944985.

HSL color Cylindrical-coordinate representation of color #D9F869: hue angle of 73.01º 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 #D9F869 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB217248105-
CMYK0.1200.580.03
HSL73.01º91.08%69.22%-
HSV(B)73.01º57.66%97.25%-
XYZ64.7382.9125.96-
YUV222.4361.73124.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 248 (97.27% from 255) = 43.51%
BLUE value IS 105 (41.41% from 255) = 18.42%
R=38.07%
G=43.51%
B=18.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2172481050.1200.580.0373.0191.0869.22
HexD9F869C03A3495b45
Octal331370151140723111133105
Binary110110011111100011010011100011101011100100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F869; }

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

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

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

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

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

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

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

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