#D4FA5D

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

Shades of Mindaro #D4FA5D

Tints of Mindaro #D4FA5D

Color information

#D4FA5D (or 0xD4FA5D) is unknown color: approx Mindaro. HEX triplet: D4, FA and 5D. RGB value is (212,250,93). Sum of RGB (Red+Green+Blue) = 212+250+93=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA5D is #2B05A2. Grayscale: #DDDDDD. Windows color (decimal): -2819491 or 6159060. OLE color: 6159060.

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

Color convert

RGB21225093-
CMYK0.1500.630.02
HSL74.52º94.01%67.25%-
HSV(B)74.52º62.8%98.04%-
XYZ63.3183.1623.07-
YUV220.7455.91121.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 250 (98.05% from 255) = 45.05%
BLUE value IS 93 (36.72% from 255) = 16.76%
R=38.20%
G=45.05%
B=16.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212250930.1500.630.0274.5294.0167.25
HexD4FA5DF03F24b5e43
Octal324372135170772113136103
Binary110101001111101010111011111011111110100101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA5D; }

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

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

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

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

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

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

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

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