#DCFD69

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

Shades of Mindaro #DCFD69

Tints of Mindaro #DCFD69

Color information

#DCFD69 (or 0xDCFD69) is unknown color: approx Mindaro. HEX triplet: DC, FD and 69. RGB value is (220,253,105). Sum of RGB (Red+Green+Blue) = 220+253+105=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 105 (41.41% from 255 or 18.17% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD69 is #230296. Grayscale: #E2E2E2. Windows color (decimal): -2294423 or 6946268. OLE color: 6946268.

HSL color Cylindrical-coordinate representation of color #DCFD69: hue angle of 73.38º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCFD69 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB220253105-
CMYK0.1300.580.01
HSL73.38º97.37%70.2%-
HSV(B)73.38º58.5%99.22%-
XYZ67.1986.4926.52-
YUV226.2659.57123.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 253 (99.22% from 255) = 43.77%
BLUE value IS 105 (41.41% from 255) = 18.17%
R=38.06%
G=43.77%
B=18.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531050.1300.580.0173.3897.3770.2
HexDCFD69D03A1496146
Octal334375151150721111141106
Binary11011100111111011101001110101110101100100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD69; }

 p { color: rgb(220,253,105); }

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

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

 a { background-color: rgb(220,253,105); }

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

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

 span { border-color: rgb(220,253,105); }

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