#DCF283

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

Shades of Mindaro #DCF283

Tints of Mindaro #DCF283

Color information

#DCF283 (or 0xDCF283) is unknown color: approx Mindaro. HEX triplet: DC, F2 and 83. RGB value is (220,242,131). Sum of RGB (Red+Green+Blue) = 220+242+131=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF283 is #230D7C. Grayscale: #DFDFDF. Windows color (decimal): -2297213 or 8647388. OLE color: 8647388.

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

Color convert

RGB220242131-
CMYK0.0900.460.05
HSL71.89º81.02%73.14%-
HSV(B)71.89º45.87%94.9%-
XYZ65.3680.3633.54-
YUV222.7776.21126.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 242 (94.92% from 255) = 40.81%
BLUE value IS 131 (51.56% from 255) = 22.09%
R=37.10%
G=40.81%
B=22.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202421310.0900.460.0571.8981.0273.14
HexDCF283902E5485149
Octal334362203110565110121111
Binary11011100111100101000001110010101110101100100010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF283; }

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

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

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

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

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

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

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

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