#D4F65A

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

Shades of Mindaro #D4F65A

Tints of Mindaro #D4F65A

Color information

#D4F65A (or 0xD4F65A) is unknown color: approx Mindaro. HEX triplet: D4, F6 and 5A. RGB value is (212,246,90). Sum of RGB (Red+Green+Blue) = 212+246+90=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F65A is #2B09A5. Grayscale: #DADADA. Windows color (decimal): -2820518 or 5961428. OLE color: 5961428.

HSL color Cylindrical-coordinate representation of color #D4F65A: hue angle of 73.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4F65A is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB21224690-
CMYK0.1400.630.04
HSL73.08º89.66%65.88%-
HSV(B)73.08º63.41%96.47%-
XYZ61.9580.6521.97-
YUV218.0555.74123.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 246 (96.48% from 255) = 44.89%
BLUE value IS 90 (35.55% from 255) = 16.42%
R=38.69%
G=44.89%
B=16.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212246900.1400.630.0473.0889.6665.88
HexD4F65AE03F4495a42
Octal324366132160774111132102
Binary1101010011110110101101011100111111100100100110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F65A; }

 p { color: rgb(212,246,90); }

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

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

 a { background-color: rgb(212,246,90); }

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

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

 span { border-color: rgb(212,246,90); }

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