#D0F760

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

Shades of Mindaro #D0F760

Tints of Mindaro #D0F760

Color information

#D0F760 (or 0xD0F760) is unknown color: approx Mindaro. HEX triplet: D0, F7 and 60. RGB value is (208,247,96). Sum of RGB (Red+Green+Blue) = 208+247+96=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F760 is #2F089F. Grayscale: #DADADA. Windows color (decimal): -3082400 or 6354896. OLE color: 6354896.

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

Color convert

RGB20824796-
CMYK0.1600.610.03
HSL75.5º90.42%67.25%-
HSV(B)75.5º61.13%96.86%-
XYZ61.3880.7823.42-
YUV218.1259.08120.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 247 (96.88% from 255) = 44.83%
BLUE value IS 96 (37.89% from 255) = 17.42%
R=37.75%
G=44.83%
B=17.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal208247960.1600.610.0375.590.4267.25
HexD0F7601003D34b5a43
Octal320367140200753113132103
Binary1101000011110111110000010000011110111100101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F760; }

 p { color: rgb(208,247,96); }

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

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

 a { background-color: rgb(208,247,96); }

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

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

 span { border-color: rgb(208,247,96); }

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