#D9F769

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

Shades of Mindaro #D9F769

Tints of Mindaro #D9F769

Color information

#D9F769 (or 0xD9F769) is unknown color: approx Mindaro. HEX triplet: D9, F7 and 69. RGB value is (217,247,105). Sum of RGB (Red+Green+Blue) = 217+247+105=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 105 (41.41% from 255 or 18.45% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #D9F769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F769 is #260896. Grayscale: #DEDEDE. Windows color (decimal): -2492567 or 6944729. OLE color: 6944729.

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

Color convert

RGB217247105-
CMYK0.1200.570.03
HSL72.68º89.87%69.02%-
HSV(B)72.68º57.49%96.86%-
XYZ64.4382.2925.85-
YUV221.8462.06124.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 247 (96.88% from 255) = 43.41%
BLUE value IS 105 (41.41% from 255) = 18.45%
R=38.14%
G=43.41%
B=18.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2172471050.1200.570.0372.6889.8769.02
HexD9F769C0393495a45
Octal331367151140713111132105
Binary110110011111011111010011100011100111100100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F769; }

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

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

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

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

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

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

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

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