#DCF16F

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

Shades of Mindaro #DCF16F

Tints of Mindaro #DCF16F

Color information

#DCF16F (or 0xDCF16F) is unknown color: approx Mindaro. HEX triplet: DC, F1 and 6F. RGB value is (220,241,111). Sum of RGB (Red+Green+Blue) = 220+241+111=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 111 (43.75% from 255 or 19.41% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF16F is #230E90. Grayscale: #DCDCDC. Windows color (decimal): -2297489 or 7336412. OLE color: 7336412.

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

Color convert

RGB220241111-
CMYK0.0900.540.05
HSL69.69º82.28%69.02%-
HSV(B)69.69º53.94%94.51%-
XYZ63.8479.2726.98-
YUV219.966.54128.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 241 (94.53% from 255) = 42.13%
BLUE value IS 111 (43.75% from 255) = 19.41%
R=38.46%
G=42.13%
B=19.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411110.0900.540.0569.6982.2869.02
HexDCF16F90365465245
Octal334361157110665106122105
Binary1101110011110001110111110010110110101100011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF16F; }

 p { color: rgb(220,241,111); }

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

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

 a { background-color: rgb(220,241,111); }

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

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

 span { border-color: rgb(220,241,111); }

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