#D7E768

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

Shades of Mindaro #D7E768

Tints of Mindaro #D7E768

Color information

#D7E768 (or 0xD7E768) is unknown color: approx Mindaro. HEX triplet: D7, E7 and 68. RGB value is (215,231,104). Sum of RGB (Red+Green+Blue) = 215+231+104=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E768 is #281897. Grayscale: #D4D4D4. Windows color (decimal): -2627736 or 6875095. OLE color: 6875095.

HSL color Cylindrical-coordinate representation of color #D7E768: hue angle of 67.56º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7E768 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB215231104-
CMYK0.0700.550.09
HSL67.56º72.57%65.69%-
HSV(B)67.56º54.98%90.59%-
XYZ59.172.623.99-
YUV211.7467.2130.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 231 (90.62% from 255) = 42%
BLUE value IS 104 (41.02% from 255) = 18.91%
R=39.09%
G=42%
B=18.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152311040.0700.550.0967.5672.5765.69
HexD7E76870379444942
Octal327347150706711104111102
Binary1101011111100111110100011101101111001100010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E768; }

 p { color: rgb(215,231,104); }

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

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

 a { background-color: rgb(215,231,104); }

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

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

 span { border-color: rgb(215,231,104); }

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