#DCF279

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

Shades of Mindaro #DCF279

Tints of Mindaro #DCF279

Color information

#DCF279 (or 0xDCF279) is unknown color: approx Mindaro. HEX triplet: DC, F2 and 79. RGB value is (220,242,121). Sum of RGB (Red+Green+Blue) = 220+242+121=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF279 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF279 is #230D86. Grayscale: #DEDEDE. Windows color (decimal): -2297223 or 7992028. OLE color: 7992028.

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

Color convert

RGB220242121-
CMYK0.0900.500.05
HSL70.91º82.31%71.18%-
HSV(B)70.91º50%94.9%-
XYZ64.7280.130.14-
YUV221.6371.21126.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 242 (94.92% from 255) = 41.51%
BLUE value IS 121 (47.66% from 255) = 20.75%
R=37.74%
G=41.51%
B=20.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202421210.0900.500.0570.9182.3171.18
HexDCF27990325475247
Octal334362171110625107122107
Binary1101110011110010111100110010110010101100011110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF279; }

 p { color: rgb(220,242,121); }

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

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

 a { background-color: rgb(220,242,121); }

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

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

 span { border-color: rgb(220,242,121); }

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