#D5E967

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

Shades of Mindaro #D5E967

Tints of Mindaro #D5E967

Color information

#D5E967 (or 0xD5E967) is unknown color: approx Mindaro. HEX triplet: D5, E9 and 67. RGB value is (213,233,103). Sum of RGB (Red+Green+Blue) = 213+233+103=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E967 is #2A1698. Grayscale: #D4D4D4. Windows color (decimal): -2758297 or 6810069. OLE color: 6810069.

HSL color Cylindrical-coordinate representation of color #D5E967: hue angle of 69.23º 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 #D5E967 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB213233103-
CMYK0.0900.560.09
HSL69.23º74.71%65.88%-
HSV(B)69.23º55.79%91.37%-
XYZ59.0373.423.89-
YUV212.266.37128.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 233 (91.41% from 255) = 42.44%
BLUE value IS 103 (40.62% from 255) = 18.76%
R=38.80%
G=42.44%
B=18.76%

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
Decimal2132331030.0900.560.0969.2374.7165.88
HexD5E96790389454b42
Octal3253511471107011105113102
Binary11010101111010011100111100101110001001100010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E967; }

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

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

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

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

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

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

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

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