#DBF881

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

Shades of Mindaro #DBF881

Tints of Mindaro #DBF881

Color information

#DBF881 (or 0xDBF881) is unknown color: approx Mindaro. HEX triplet: DB, F8 and 81. RGB value is (219,248,129). Sum of RGB (Red+Green+Blue) = 219+248+129=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF881 is #24077E. Grayscale: #E2E2E2. Windows color (decimal): -2361215 or 8517851. OLE color: 8517851.

HSL color Cylindrical-coordinate representation of color #DBF881: hue angle of 74.62º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBF881 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB219248129-
CMYK0.1200.480.03
HSL74.62º89.47%73.92%-
HSV(B)74.62º47.98%97.25%-
XYZ66.7483.7833.42-
YUV225.7673.39123.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 248 (97.27% from 255) = 41.61%
BLUE value IS 129 (50.78% from 255) = 21.64%
R=36.74%
G=41.61%
B=21.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192481290.1200.480.0374.6289.4773.92
HexDBF881C03034b594a
Octal333370201140603113131112
Binary1101101111111000100000011100011000011100101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF881; }

 p { color: rgb(219,248,129); }

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

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

 a { background-color: rgb(219,248,129); }

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

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

 span { border-color: rgb(219,248,129); }

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