#DCEE65

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

Shades of Mindaro #DCEE65

Tints of Mindaro #DCEE65

Color information

#DCEE65 (or 0xDCEE65) is unknown color: approx Mindaro. HEX triplet: DC, EE and 65. RGB value is (220,238,101). Sum of RGB (Red+Green+Blue) = 220+238+101=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE65 is #23119A. Grayscale: #D9D9D9. Windows color (decimal): -2298267 or 6680284. OLE color: 6680284.

HSL color Cylindrical-coordinate representation of color #DCEE65: hue angle of 67.88º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCEE65 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB220238101-
CMYK0.0800.580.07
HSL67.88º80.12%66.47%-
HSV(B)67.88º57.56%93.33%-
XYZ62.4477.323.94-
YUV21762.54130.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 238 (93.36% from 255) = 42.58%
BLUE value IS 101 (39.84% from 255) = 18.07%
R=39.36%
G=42.58%
B=18.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202381010.0800.580.0767.8880.1266.47
HexDCEE65803A7445042
Octal334356145100727104120102
Binary1101110011101110110010110000111010111100010010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEE65; }

 p { color: rgb(220,238,101); }

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

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

 a { background-color: rgb(220,238,101); }

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

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

 span { border-color: rgb(220,238,101); }

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