#DCF368

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

Shades of Mindaro #DCF368

Tints of Mindaro #DCF368

Color information

#DCF368 (or 0xDCF368) is unknown color: approx Mindaro. HEX triplet: DC, F3 and 68. RGB value is (220,243,104). Sum of RGB (Red+Green+Blue) = 220+243+104=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF368 is #230C97. Grayscale: #DCDCDC. Windows color (decimal): -2296984 or 6878172. OLE color: 6878172.

HSL color Cylindrical-coordinate representation of color #DCF368: hue angle of 69.93º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCF368 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB220243104-
CMYK0.0900.570.05
HSL69.93º85.28%68.04%-
HSV(B)69.93º57.2%95.29%-
XYZ64.0680.3225.22-
YUV220.2862.38127.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 243 (95.31% from 255) = 42.86%
BLUE value IS 104 (41.02% from 255) = 18.34%
R=38.80%
G=42.86%
B=18.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431040.0900.570.0569.9385.2868.04
HexDCF36890395465544
Octal334363150110715106125104
Binary1101110011110011110100010010111001101100011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF368; }

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

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

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

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

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

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

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

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