#D8F769

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

Shades of Mindaro #D8F769

Tints of Mindaro #D8F769

Color information

#D8F769 (or 0xD8F769) is unknown color: approx Mindaro. HEX triplet: D8, F7 and 69. RGB value is (216,247,105). Sum of RGB (Red+Green+Blue) = 216+247+105=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F769 is #270896. Grayscale: #DEDEDE. Windows color (decimal): -2558103 or 6944728. OLE color: 6944728.

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

Color convert

RGB216247105-
CMYK0.1300.570.03
HSL73.1º89.87%69.02%-
HSV(B)73.1º57.49%96.86%-
XYZ64.1382.1425.84-
YUV221.5462.23124.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 247 (96.88% from 255) = 43.49%
BLUE value IS 105 (41.41% from 255) = 18.49%
R=38.03%
G=43.49%
B=18.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2162471050.1300.570.0373.189.8769.02
HexD8F769D0393495a45
Octal330367151150713111132105
Binary110110001111011111010011101011100111100100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F769; }

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

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

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

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

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

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

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

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