#D4FA65

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

Shades of Mindaro #D4FA65

Tints of Mindaro #D4FA65

Color information

#D4FA65 (or 0xD4FA65) is unknown color: approx Mindaro. HEX triplet: D4, FA and 65. RGB value is (212,250,101). Sum of RGB (Red+Green+Blue) = 212+250+101=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA65 is #2B059A. Grayscale: #DEDEDE. Windows color (decimal): -2819483 or 6683348. OLE color: 6683348.

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

Color convert

RGB212250101-
CMYK0.1500.600.02
HSL75.3º93.71%68.82%-
HSV(B)75.3º59.6%98.04%-
XYZ63.6983.3125.04-
YUV221.6559.91121.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 101 (39.84% from 255) = 17.94%
R=37.66%
G=44.40%
B=17.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122501010.1500.600.0275.393.7168.82
HexD4FA65F03C24b5e45
Octal324372145170742113136105
Binary110101001111101011001011111011110010100101110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA65; }

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

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

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

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

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

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

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

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