#D0F96E

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

Shades of Mindaro #D0F96E

Tints of Mindaro #D0F96E

Color information

#D0F96E (or 0xD0F96E) is unknown color: approx Mindaro. HEX triplet: D0, F9 and 6E. RGB value is (208,249,110). Sum of RGB (Red+Green+Blue) = 208+249+110=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F96E is #2F0691. Grayscale: #DDDDDD. Windows color (decimal): -3081874 or 7272912. OLE color: 7272912.

HSL color Cylindrical-coordinate representation of color #D0F96E: hue angle of 77.7º 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 #D0F96E is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB208249110-
CMYK0.1600.560.02
HSL77.7º92.05%70.39%-
HSV(B)77.7º55.82%97.65%-
XYZ62.782.2927.33-
YUV220.965.42118.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 249 (97.66% from 255) = 43.92%
BLUE value IS 110 (43.36% from 255) = 19.40%
R=36.68%
G=43.92%
B=19.40%

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
Decimal2082491100.1600.560.0277.792.0570.39
HexD0F96E1003824e5c46
Octal320371156200702116134106
Binary1101000011111001110111010000011100010100111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F96E; }

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

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

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

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

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

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

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

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