#DCFB81

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

Shades of Mindaro #DCFB81

Tints of Mindaro #DCFB81

Color information

#DCFB81 (or 0xDCFB81) is unknown color: approx Mindaro. HEX triplet: DC, FB and 81. RGB value is (220,251,129). Sum of RGB (Red+Green+Blue) = 220+251+129=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 129 (50.78% from 255 or 21.5% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB81 is #23047E. Grayscale: #E4E4E4. Windows color (decimal): -2294911 or 8518620. OLE color: 8518620.

HSL color Cylindrical-coordinate representation of color #DCFB81: hue angle of 75.25º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCFB81 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB220251129-
CMYK0.1200.490.02
HSL75.25º93.85%74.51%-
HSV(B)75.25º48.61%98.43%-
XYZ67.9785.7933.75-
YUV227.8272.23122.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 129 (50.78% from 255) = 21.5%
R=36.67%
G=41.83%
B=21.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511290.1200.490.0275.2593.8574.51
HexDCFB81C03124b5e4b
Octal334373201140612113136113
Binary1101110011111011100000011100011000110100101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFB81; }

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

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

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

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

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

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

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

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