#DCF269

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

Shades of Mindaro #DCF269

Tints of Mindaro #DCF269

Color information

#DCF269 (or 0xDCF269) is unknown color: approx Mindaro. HEX triplet: DC, F2 and 69. RGB value is (220,242,105). Sum of RGB (Red+Green+Blue) = 220+242+105=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF269 is #230D96. Grayscale: #DCDCDC. Windows color (decimal): -2297239 or 6943452. OLE color: 6943452.

HSL color Cylindrical-coordinate representation of color #DCF269: hue angle of 69.64º degrees, saturation: 0.84, 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 #DCF269 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB220242105-
CMYK0.0900.570.05
HSL69.64º84.05%68.04%-
HSV(B)69.64º56.61%94.9%-
XYZ63.8279.7425.39-
YUV219.863.21128.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 242 (94.92% from 255) = 42.68%
BLUE value IS 105 (41.41% from 255) = 18.52%
R=38.80%
G=42.68%
B=18.52%

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
Decimal2202421050.0900.570.0569.6484.0568.04
HexDCF26990395465444
Octal334362151110715106124104
Binary1101110011110010110100110010111001101100011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF269; }

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

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

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

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

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

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

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

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