#DDFB81

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

Shades of Mindaro #DDFB81

Tints of Mindaro #DDFB81

Color information

#DDFB81 (or 0xDDFB81) is unknown color: approx Mindaro. HEX triplet: DD, FB and 81. RGB value is (221,251,129). Sum of RGB (Red+Green+Blue) = 221+251+129=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB81 is #22047E. Grayscale: #E4E4E4. Windows color (decimal): -2229375 or 8518621. OLE color: 8518621.

HSL color Cylindrical-coordinate representation of color #DDFB81: hue angle of 74.75º 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 #DDFB81 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB221251129-
CMYK0.1200.490.02
HSL74.75º93.85%74.51%-
HSV(B)74.75º48.61%98.43%-
XYZ68.2885.9533.76-
YUV228.1272.06122.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 129 (50.78% from 255) = 21.46%
R=36.77%
G=41.76%
B=21.46%

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
Decimal2212511290.1200.490.0274.7593.8574.51
HexDDFB81C03124b5e4b
Octal335373201140612113136113
Binary1101110111111011100000011100011000110100101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFB81; }

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

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

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

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

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

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

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

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