#DCE568

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

Shades of Mindaro #DCE568

Tints of Mindaro #DCE568

Color information

#DCE568 (or 0xDCE568) is unknown color: approx Mindaro. HEX triplet: DC, E5 and 68. RGB value is (220,229,104). Sum of RGB (Red+Green+Blue) = 220+229+104=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE568 is #231A97. Grayscale: #D4D4D4. Windows color (decimal): -2300568 or 6874588. OLE color: 6874588.

HSL color Cylindrical-coordinate representation of color #DCE568: hue angle of 64.32º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE568 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB220229104-
CMYK0.0400.550.10
HSL64.32º70.62%65.29%-
HSV(B)64.32º54.59%89.8%-
XYZ60.0372.2523.88-
YUV212.0667.02133.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 229 (89.84% from 255) = 41.41%
BLUE value IS 104 (41.02% from 255) = 18.81%
R=39.78%
G=41.41%
B=18.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291040.0400.550.1064.3270.6265.29
HexDCE5684037A404741
Octal334345150406712100107101
Binary1101110011100101110100010001101111010100000010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE568; }

 p { color: rgb(220,229,104); }

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

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

 a { background-color: rgb(220,229,104); }

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

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

 span { border-color: rgb(220,229,104); }

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