#D7F06E

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

Shades of Mindaro #D7F06E

Tints of Mindaro #D7F06E

Color information

#D7F06E (or 0xD7F06E) is unknown color: approx Mindaro. HEX triplet: D7, F0 and 6E. RGB value is (215,240,110). Sum of RGB (Red+Green+Blue) = 215+240+110=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F06E is #280F91. Grayscale: #DADADA. Windows color (decimal): -2625426 or 7270615. OLE color: 7270615.

HSL color Cylindrical-coordinate representation of color #D7F06E: hue angle of 71.54º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7F06E is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB215240110-
CMYK0.1000.540.06
HSL71.54º81.25%68.63%-
HSV(B)71.54º54.17%94.12%-
XYZ6277.8926.52-
YUV217.767.22126.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 240 (94.14% from 255) = 42.48%
BLUE value IS 110 (43.36% from 255) = 19.47%
R=38.05%
G=42.48%
B=19.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152401100.1000.540.0671.5481.2568.63
HexD7F06EA0366485145
Octal327360156120666110121105
Binary1101011111110000110111010100110110110100100010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F06E; }

 p { color: rgb(215,240,110); }

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

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

 a { background-color: rgb(215,240,110); }

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

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

 span { border-color: rgb(215,240,110); }

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