#D3FD6E

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

Shades of Mindaro #D3FD6E

Tints of Mindaro #D3FD6E

Color information

#D3FD6E (or 0xD3FD6E) is unknown color: approx Mindaro. HEX triplet: D3, FD and 6E. RGB value is (211,253,110). Sum of RGB (Red+Green+Blue) = 211+253+110=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 110 (43.36% from 255 or 19.16% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD6E is #2C0291. Grayscale: #E0E0E0. Windows color (decimal): -2884242 or 7273939. OLE color: 7273939.

HSL color Cylindrical-coordinate representation of color #D3FD6E: hue angle of 77.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3FD6E is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB211253110-
CMYK0.1700.570.01
HSL77.62º97.28%71.18%-
HSV(B)77.62º56.52%99.22%-
XYZ64.885.2327.79-
YUV224.1463.59118.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 253 (99.22% from 255) = 44.08%
BLUE value IS 110 (43.36% from 255) = 19.16%
R=36.76%
G=44.08%
B=19.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112531100.1700.570.0177.6297.2871.18
HexD3FD6E1103914e6147
Octal323375156210711116141107
Binary110100111111110111011101000101110011100111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FD6E; }

 p { color: rgb(211,253,110); }

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

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

 a { background-color: rgb(211,253,110); }

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

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

 span { border-color: rgb(211,253,110); }

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