#D5ED68

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

Shades of Mindaro #D5ED68

Tints of Mindaro #D5ED68

Color information

#D5ED68 (or 0xD5ED68) is unknown color: approx Mindaro. HEX triplet: D5, ED and 68. RGB value is (213,237,104). Sum of RGB (Red+Green+Blue) = 213+237+104=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5ED68 is #2A1297. Grayscale: #D7D7D7. Windows color (decimal): -2757272 or 6876629. OLE color: 6876629.

HSL color Cylindrical-coordinate representation of color #D5ED68: hue angle of 70.83º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5ED68 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB213237104-
CMYK0.1000.560.07
HSL70.83º78.7%66.86%-
HSV(B)70.83º56.12%92.94%-
XYZ60.2275.7124.54-
YUV214.6665.55126.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 237 (92.97% from 255) = 42.78%
BLUE value IS 104 (41.02% from 255) = 18.77%
R=38.45%
G=42.78%
B=18.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132371040.1000.560.0770.8378.766.86
HexD5ED68A0387474f43
Octal325355150120707107117103
Binary1101010111101101110100010100111000111100011110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ED68; }

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

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

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

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

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

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

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

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