#DCF081

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

Shades of Mindaro #DCF081

Tints of Mindaro #DCF081

Color information

#DCF081 (or 0xDCF081) is unknown color: approx Mindaro. HEX triplet: DC, F0 and 81. RGB value is (220,240,129). Sum of RGB (Red+Green+Blue) = 220+240+129=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF081 is #230F7E. Grayscale: #DDDDDD. Windows color (decimal): -2297727 or 8515804. OLE color: 8515804.

HSL color Cylindrical-coordinate representation of color #DCF081: hue angle of 70.81º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF081 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB220240129-
CMYK0.0800.460.06
HSL70.81º78.72%72.35%-
HSV(B)70.81º46.25%94.12%-
XYZ64.6479.1232.63-
YUV221.3775.87127.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 129 (50.78% from 255) = 21.90%
R=37.35%
G=40.75%
B=21.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202401290.0800.460.0670.8178.7272.35
HexDCF081802E6474f48
Octal334360201100566107117110
Binary11011100111100001000000110000101110110100011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF081; }

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

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

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

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

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

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

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

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