#D5E168

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

Shades of Mindaro #D5E168

Tints of Mindaro #D5E168

Color information

#D5E168 (or 0xD5E168) is unknown color: approx Mindaro. HEX triplet: D5, E1 and 68. RGB value is (213,225,104). Sum of RGB (Red+Green+Blue) = 213+225+104=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E168 is #2A1E97. Grayscale: #D0D0D0. Windows color (decimal): -2760344 or 6873557. OLE color: 6873557.

HSL color Cylindrical-coordinate representation of color #D5E168: hue angle of 65.95º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5E168 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB213225104-
CMYK0.0500.540.12
HSL65.95º66.85%64.51%-
HSV(B)65.95º53.78%88.24%-
XYZ56.866923.42-
YUV207.6269.52131.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 225 (88.28% from 255) = 41.51%
BLUE value IS 104 (41.02% from 255) = 19.19%
R=39.30%
G=41.51%
B=19.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132251040.0500.540.1265.9566.8564.51
HexD5E1685036C424341
Octal325341150506614102103101
Binary1101010111100001110100010101101101100100001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E168; }

 p { color: rgb(213,225,104); }

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

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

 a { background-color: rgb(213,225,104); }

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

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

 span { border-color: rgb(213,225,104); }

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