#DCE768

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

Shades of Mindaro #DCE768

Tints of Mindaro #DCE768

Color information

#DCE768 (or 0xDCE768) is unknown color: approx Mindaro. HEX triplet: DC, E7 and 68. RGB value is (220,231,104). Sum of RGB (Red+Green+Blue) = 220+231+104=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE768 is #231897. Grayscale: #D5D5D5. Windows color (decimal): -2300056 or 6875100. OLE color: 6875100.

HSL color Cylindrical-coordinate representation of color #DCE768: hue angle of 65.2º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE768 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB220231104-
CMYK0.0500.550.09
HSL65.2º72.57%65.69%-
HSV(B)65.2º54.98%90.59%-
XYZ60.5973.3724.06-
YUV213.2366.36132.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 231 (90.62% from 255) = 41.62%
BLUE value IS 104 (41.02% from 255) = 18.74%
R=39.64%
G=41.62%
B=18.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311040.0500.550.0965.272.5765.69
HexDCE76850379414942
Octal334347150506711101111102
Binary1101110011100111110100010101101111001100000110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE768; }

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

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

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

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

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

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

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

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