#D3F96A

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

Shades of Mindaro #D3F96A

Tints of Mindaro #D3F96A

Color information

#D3F96A (or 0xD3F96A) is unknown color: approx Mindaro. HEX triplet: D3, F9 and 6A. RGB value is (211,249,106). Sum of RGB (Red+Green+Blue) = 211+249+106=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F96A is #2C0695. Grayscale: #DDDDDD. Windows color (decimal): -2885270 or 7010771. OLE color: 7010771.

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

Color convert

RGB211249106-
CMYK0.1500.570.02
HSL75.94º92.26%69.61%-
HSV(B)75.94º57.43%97.65%-
XYZ63.3482.6426.25-
YUV221.3462.91120.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.28%
GREEN value IS 249 (97.66% from 255) = 43.99%
BLUE value IS 106 (41.80% from 255) = 18.73%
R=37.28%
G=43.99%
B=18.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112491060.1500.570.0275.9492.2669.61
HexD3F96AF03924c5c46
Octal323371152170712114134106
Binary110100111111100111010101111011100110100110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F96A; }

 p { color: rgb(211,249,106); }

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

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

 a { background-color: rgb(211,249,106); }

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

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

 span { border-color: rgb(211,249,106); }

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