#D1F762

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

Shades of Mindaro #D1F762

Tints of Mindaro #D1F762

Color information

#D1F762 (or 0xD1F762) is unknown color: approx Mindaro. HEX triplet: D1, F7 and 62. RGB value is (209,247,98). Sum of RGB (Red+Green+Blue) = 209+247+98=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F762 is #2E089D. Grayscale: #DBDBDB. Windows color (decimal): -3016862 or 6485969. OLE color: 6485969.

HSL color Cylindrical-coordinate representation of color #D1F762: hue angle of 75.3º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1F762 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB20924798-
CMYK0.1500.600.03
HSL75.3º90.3%67.65%-
HSV(B)75.3º60.32%96.86%-
XYZ61.7680.9623.93-
YUV218.6559.91121.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 247 (96.88% from 255) = 44.58%
BLUE value IS 98 (38.67% from 255) = 17.69%
R=37.73%
G=44.58%
B=17.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal209247980.1500.600.0375.390.367.65
HexD1F762F03C34b5a44
Octal321367142170743113132104
Binary110100011111011111000101111011110011100101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F762; }

 p { color: rgb(209,247,98); }

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

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

 a { background-color: rgb(209,247,98); }

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

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

 span { border-color: rgb(209,247,98); }

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