#D4F366

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

Shades of Mindaro #D4F366

Tints of Mindaro #D4F366

Color information

#D4F366 (or 0xD4F366) is unknown color: approx Mindaro. HEX triplet: D4, F3 and 66. RGB value is (212,243,102). Sum of RGB (Red+Green+Blue) = 212+243+102=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F366 is #2B0C99. Grayscale: #DADADA. Windows color (decimal): -2821274 or 6747092. OLE color: 6747092.

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

Color convert

RGB212243102-
CMYK0.1300.580.05
HSL73.19º85.45%67.65%-
HSV(B)73.19º58.02%95.29%-
XYZ61.679.0624.58-
YUV217.6662.73123.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 243 (95.31% from 255) = 43.63%
BLUE value IS 102 (40.23% from 255) = 18.31%
R=38.06%
G=43.63%
B=18.31%

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
Decimal2122431020.1300.580.0573.1985.4567.65
HexD4F366D03A5495544
Octal324363146150725111125104
Binary1101010011110011110011011010111010101100100110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F366; }

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

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

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

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

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

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

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

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