#DCF767

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

Shades of Mindaro #DCF767

Tints of Mindaro #DCF767

Color information

#DCF767 (or 0xDCF767) is unknown color: approx Mindaro. HEX triplet: DC, F7 and 67. RGB value is (220,247,103). Sum of RGB (Red+Green+Blue) = 220+247+103=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 103 (40.62% from 255 or 18.07% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF767 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF767 is #230898. Grayscale: #DFDFDF. Windows color (decimal): -2295961 or 6813660. OLE color: 6813660.

HSL color Cylindrical-coordinate representation of color #DCF767: hue angle of 71.25º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF767 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB220247103-
CMYK0.1100.580.03
HSL71.25º90%68.63%-
HSV(B)71.25º58.3%96.86%-
XYZ65.2282.7225.36-
YUV222.5160.55126.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 247 (96.88% from 255) = 43.33%
BLUE value IS 103 (40.62% from 255) = 18.07%
R=38.60%
G=43.33%
B=18.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202471030.1100.580.0371.259068.63
HexDCF767B03A3475a45
Octal334367147130723107132105
Binary110111001111011111001111011011101011100011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF767; }

 p { color: rgb(220,247,103); }

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

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

 a { background-color: rgb(220,247,103); }

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

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

 span { border-color: rgb(220,247,103); }

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