#DCF483

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

Shades of Mindaro #DCF483

Tints of Mindaro #DCF483

Color information

#DCF483 (or 0xDCF483) is unknown color: approx Mindaro. HEX triplet: DC, F4 and 83. RGB value is (220,244,131). Sum of RGB (Red+Green+Blue) = 220+244+131=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF483 is #230B7C. Grayscale: #E0E0E0. Windows color (decimal): -2296701 or 8647900. OLE color: 8647900.

HSL color Cylindrical-coordinate representation of color #DCF483: hue angle of 72.74º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF483 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB220244131-
CMYK0.1000.460.04
HSL72.74º83.7%73.53%-
HSV(B)72.74º46.31%95.69%-
XYZ65.9681.5633.74-
YUV223.9475.55125.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 131 (51.56% from 255) = 22.02%
R=36.97%
G=41.01%
B=22.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202441310.1000.460.0472.7483.773.53
HexDCF483A02E449544a
Octal334364203120564111124112
Binary11011100111101001000001110100101110100100100110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF483; }

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

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

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

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

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

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

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

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