#D5E166

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

Shades of Mindaro #D5E166

Tints of Mindaro #D5E166

Color information

#D5E166 (or 0xD5E166) is unknown color: approx Mindaro. HEX triplet: D5, E1 and 66. RGB value is (213,225,102). Sum of RGB (Red+Green+Blue) = 213+225+102=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E166 is #2A1E99. Grayscale: #CFCFCF. Windows color (decimal): -2760346 or 6742485. OLE color: 6742485.

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

Color convert

RGB213225102-
CMYK0.0500.550.12
HSL65.85º67.21%64.12%-
HSV(B)65.85º54.67%88.24%-
XYZ56.7668.9622.89-
YUV207.3968.52132-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 225 (88.28% from 255) = 41.67%
BLUE value IS 102 (40.23% from 255) = 18.89%
R=39.44%
G=41.67%
B=18.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132251020.0500.550.1265.8567.2164.12
HexD5E1665037C424340
Octal325341146506714102103100
Binary1101010111100001110011010101101111100100001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E166; }

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

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

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

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

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

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

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

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