#D0F96D

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

Shades of Mindaro #D0F96D

Tints of Mindaro #D0F96D

Color information

#D0F96D (or 0xD0F96D) is unknown color: approx Mindaro. HEX triplet: D0, F9 and 6D. RGB value is (208,249,109). Sum of RGB (Red+Green+Blue) = 208+249+109=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F96D is #2F0692. Grayscale: #DDDDDD. Windows color (decimal): -3081875 or 7207376. OLE color: 7207376.

HSL color Cylindrical-coordinate representation of color #D0F96D: hue angle of 77.57º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0F96D is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB208249109-
CMYK0.1600.560.02
HSL77.57º92.11%70.2%-
HSV(B)77.57º56.22%97.65%-
XYZ62.6582.2727.04-
YUV220.7864.92118.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 249 (97.66% from 255) = 43.99%
BLUE value IS 109 (42.97% from 255) = 19.26%
R=36.75%
G=43.99%
B=19.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082491090.1600.560.0277.5792.1170.2
HexD0F96D1003824e5c46
Octal320371155200702116134106
Binary1101000011111001110110110000011100010100111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F96D; }

 p { color: rgb(208,249,109); }

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

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

 a { background-color: rgb(208,249,109); }

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

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

 span { border-color: rgb(208,249,109); }

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