#D3FA69

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

Shades of Mindaro #D3FA69

Tints of Mindaro #D3FA69

Color information

#D3FA69 (or 0xD3FA69) is unknown color: approx Mindaro. HEX triplet: D3, FA and 69. RGB value is (211,250,105). Sum of RGB (Red+Green+Blue) = 211+250+105=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 105 (41.41% from 255 or 18.55% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FA69 is #2C0596. Grayscale: #DEDEDE. Windows color (decimal): -2885015 or 6945491. OLE color: 6945491.

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

Color convert

RGB211250105-
CMYK0.1600.580.02
HSL76.14º93.55%69.61%-
HSV(B)76.14º58%98.04%-
XYZ63.683.2426.08-
YUV221.8162.08120.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.28%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 105 (41.41% from 255) = 18.55%
R=37.28%
G=44.17%
B=18.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112501050.1600.580.0276.1493.5569.61
HexD3FA691003A24c5e46
Octal323372151200722114136106
Binary1101001111111010110100110000011101010100110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FA69; }

 p { color: rgb(211,250,105); }

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

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

 a { background-color: rgb(211,250,105); }

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

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

 span { border-color: rgb(211,250,105); }

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