#DCFB60

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

Shades of Mindaro #DCFB60

Tints of Mindaro #DCFB60

Color information

#DCFB60 (or 0xDCFB60) is unknown color: approx Mindaro. HEX triplet: DC, FB and 60. RGB value is (220,251,96). Sum of RGB (Red+Green+Blue) = 220+251+96=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB60 is #23049F. Grayscale: #E0E0E0. Windows color (decimal): -2294944 or 6355932. OLE color: 6355932.

HSL color Cylindrical-coordinate representation of color #DCFB60: hue angle of 72º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCFB60 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB22025196-
CMYK0.1200.620.02
HSL72º95.09%68.04%-
HSV(B)72º61.75%98.43%-
XYZ66.1285.0524-
YUV224.0655.73125.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 96 (37.89% from 255) = 16.93%
R=38.80%
G=44.27%
B=16.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal220251960.1200.620.027295.0968.04
HexDCFB60C03E2485f44
Octal334373140140762110137104
Binary110111001111101111000001100011111010100100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFB60; }

 p { color: rgb(220,251,96); }

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

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

 a { background-color: rgb(220,251,96); }

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

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

 span { border-color: rgb(220,251,96); }

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