#DCF281

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

Shades of Mindaro #DCF281

Tints of Mindaro #DCF281

Color information

#DCF281 (or 0xDCF281) is unknown color: approx Mindaro. HEX triplet: DC, F2 and 81. RGB value is (220,242,129). Sum of RGB (Red+Green+Blue) = 220+242+129=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF281 is #230D7E. Grayscale: #DEDEDE. Windows color (decimal): -2297215 or 8516316. OLE color: 8516316.

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

Color convert

RGB220242129-
CMYK0.0900.470.05
HSL71.68º81.29%72.75%-
HSV(B)71.68º46.69%94.9%-
XYZ65.2380.332.83-
YUV222.5475.21126.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 242 (94.92% from 255) = 40.95%
BLUE value IS 129 (50.78% from 255) = 21.83%
R=37.23%
G=40.95%
B=21.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202421290.0900.470.0571.6881.2972.75
HexDCF281902F5485149
Octal334362201110575110121111
Binary11011100111100101000000110010101111101100100010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF281; }

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

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

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

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

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

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

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

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