#D2F160

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

Shades of Mindaro #D2F160

Tints of Mindaro #D2F160

Color information

#D2F160 (or 0xD2F160) is unknown color: approx Mindaro. HEX triplet: D2, F1 and 60. RGB value is (210,241,96). Sum of RGB (Red+Green+Blue) = 210+241+96=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F160 is #2D0E9F. Grayscale: #D7D7D7. Windows color (decimal): -2952864 or 6353362. OLE color: 6353362.

HSL color Cylindrical-coordinate representation of color #D2F160: hue angle of 72.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2F160 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB21024196-
CMYK0.1300.600.05
HSL72.83º83.82%66.08%-
HSV(B)72.83º60.17%94.51%-
XYZ60.1477.4622.85-
YUV215.260.73124.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 96 (37.89% from 255) = 17.55%
R=38.39%
G=44.06%
B=17.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210241960.1300.600.0572.8383.8266.08
HexD2F160D03C5495442
Octal322361140150745111124102
Binary1101001011110001110000011010111100101100100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F160; }

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

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

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

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

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

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

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

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