#D4E967

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

Shades of Mindaro #D4E967

Tints of Mindaro #D4E967

Color information

#D4E967 (or 0xD4E967) is unknown color: approx Mindaro. HEX triplet: D4, E9 and 67. RGB value is (212,233,103). Sum of RGB (Red+Green+Blue) = 212+233+103=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E967 is #2B1698. Grayscale: #D4D4D4. Windows color (decimal): -2823833 or 6810068. OLE color: 6810068.

HSL color Cylindrical-coordinate representation of color #D4E967: hue angle of 69.69º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4E967 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB212233103-
CMYK0.0900.560.09
HSL69.69º74.71%65.88%-
HSV(B)69.69º55.79%91.37%-
XYZ58.7473.2523.88-
YUV211.966.54128.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 233 (91.41% from 255) = 42.52%
BLUE value IS 103 (40.62% from 255) = 18.80%
R=38.69%
G=42.52%
B=18.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122331030.0900.560.0969.6974.7165.88
HexD4E96790389464b42
Octal3243511471107011106113102
Binary11010100111010011100111100101110001001100011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E967; }

 p { color: rgb(212,233,103); }

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

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

 a { background-color: rgb(212,233,103); }

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

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

 span { border-color: rgb(212,233,103); }

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