#D4E675

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

Shades of Mindaro #D4E675

Tints of Mindaro #D4E675

Color information

#D4E675 (or 0xD4E675) is unknown color: approx Mindaro. HEX triplet: D4, E6 and 75. RGB value is (212,230,117). Sum of RGB (Red+Green+Blue) = 212+230+117=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E675 is #2B198A. Grayscale: #D4D4D4. Windows color (decimal): -2824587 or 7726804. OLE color: 7726804.

HSL color Cylindrical-coordinate representation of color #D4E675: hue angle of 69.56º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4E675 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB212230117-
CMYK0.0800.490.10
HSL69.56º69.33%68.04%-
HSV(B)69.56º49.13%90.2%-
XYZ58.6671.8827.61-
YUV211.7474.54128.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 230 (90.23% from 255) = 41.14%
BLUE value IS 117 (46.09% from 255) = 20.93%
R=37.92%
G=41.14%
B=20.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2122301170.0800.490.1069.5669.3368.04
HexD4E6758031A464544
Octal3243461651006112106105104
Binary11010100111001101110101100001100011010100011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E675; }

 p { color: rgb(212,230,117); }

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

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

 a { background-color: rgb(212,230,117); }

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

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

 span { border-color: rgb(212,230,117); }

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