#D3FA5D

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

Shades of Mindaro #D3FA5D

Tints of Mindaro #D3FA5D

Color information

#D3FA5D (or 0xD3FA5D) is unknown color: approx Mindaro. HEX triplet: D3, FA and 5D. RGB value is (211,250,93). Sum of RGB (Red+Green+Blue) = 211+250+93=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FA5D is #2C05A2. Grayscale: #DDDDDD. Windows color (decimal): -2885027 or 6159059. OLE color: 6159059.

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

Color convert

RGB21125093-
CMYK0.1600.630.02
HSL74.9º94.01%67.25%-
HSV(B)74.9º62.8%98.04%-
XYZ63.0383.0123.06-
YUV220.4456.08121.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.09%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 93 (36.72% from 255) = 16.79%
R=38.09%
G=45.13%
B=16.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211250930.1600.630.0274.994.0167.25
HexD3FA5D1003F24b5e43
Octal323372135200772113136103
Binary1101001111111010101110110000011111110100101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FA5D; }

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

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

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

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

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

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

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

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