#D4FA5B

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

Shades of Mindaro #D4FA5B

Tints of Mindaro #D4FA5B

Color information

#D4FA5B (or 0xD4FA5B) is unknown color: approx Mindaro. HEX triplet: D4, FA and 5B. RGB value is (212,250,91). Sum of RGB (Red+Green+Blue) = 212+250+91=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA5B is #2B05A4. Grayscale: #DDDDDD. Windows color (decimal): -2819493 or 6027988. OLE color: 6027988.

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

Color convert

RGB21225091-
CMYK0.1500.640.02
HSL74.34º94.08%66.86%-
HSV(B)74.34º63.6%98.04%-
XYZ63.2383.1222.61-
YUV220.5154.91121.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 91 (35.94% from 255) = 16.46%
R=38.34%
G=45.21%
B=16.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212250910.1500.640.0274.3494.0866.86
HexD4FA5BF04024a5e43
Octal3243721331701002112136103
Binary1101010011111010101101111110100000010100101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA5B; }

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

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

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

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

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

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

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

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