#D4F365

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

Shades of Mindaro #D4F365

Tints of Mindaro #D4F365

Color information

#D4F365 (or 0xD4F365) is unknown color: approx Mindaro. HEX triplet: D4, F3 and 65. RGB value is (212,243,101). Sum of RGB (Red+Green+Blue) = 212+243+101=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F365 is #2B0C9A. Grayscale: #DADADA. Windows color (decimal): -2821275 or 6681556. OLE color: 6681556.

HSL color Cylindrical-coordinate representation of color #D4F365: hue angle of 73.1º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4F365 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB212243101-
CMYK0.1300.580.05
HSL73.1º85.54%67.45%-
HSV(B)73.1º58.44%95.29%-
XYZ61.5579.0424.32-
YUV217.5462.23124.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 243 (95.31% from 255) = 43.71%
BLUE value IS 101 (39.84% from 255) = 18.17%
R=38.13%
G=43.71%
B=18.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122431010.1300.580.0573.185.5467.45
HexD4F365D03A5495643
Octal324363145150725111126103
Binary1101010011110011110010111010111010101100100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F365; }

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

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

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

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

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

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

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

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