#DCF271

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

Shades of Mindaro #DCF271

Tints of Mindaro #DCF271

Color information

#DCF271 (or 0xDCF271) is unknown color: approx Mindaro. HEX triplet: DC, F2 and 71. RGB value is (220,242,113). Sum of RGB (Red+Green+Blue) = 220+242+113=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF271 is #230D8E. Grayscale: #DDDDDD. Windows color (decimal): -2297231 or 7467740. OLE color: 7467740.

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

Color convert

RGB220242113-
CMYK0.0900.530.05
HSL70.23º83.23%69.61%-
HSV(B)70.23º53.31%94.9%-
XYZ64.2579.9127.66-
YUV220.7267.21127.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 242 (94.92% from 255) = 42.09%
BLUE value IS 113 (44.53% from 255) = 19.65%
R=38.26%
G=42.09%
B=19.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202421130.0900.530.0570.2383.2369.61
HexDCF27190355465346
Octal334362161110655106123106
Binary1101110011110010111000110010110101101100011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF271; }

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

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

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

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

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

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

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

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