#D2F760

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

Shades of Mindaro #D2F760

Tints of Mindaro #D2F760

Color information

#D2F760 (or 0xD2F760) is unknown color: approx Mindaro. HEX triplet: D2, F7 and 60. RGB value is (210,247,96). Sum of RGB (Red+Green+Blue) = 210+247+96=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F760 is #2D089F. Grayscale: #DBDBDB. Windows color (decimal): -2951328 or 6354898. OLE color: 6354898.

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

Color convert

RGB21024796-
CMYK0.1500.610.03
HSL74.7º90.42%67.25%-
HSV(B)74.7º61.13%96.86%-
XYZ61.9581.0723.45-
YUV218.7258.74121.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 247 (96.88% from 255) = 44.67%
BLUE value IS 96 (37.89% from 255) = 17.36%
R=37.97%
G=44.67%
B=17.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal210247960.1500.610.0374.790.4267.25
HexD2F760F03D34b5a43
Octal322367140170753113132103
Binary110100101111011111000001111011110111100101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F760; }

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

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

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

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

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

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

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

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