#DDFB60

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

Shades of Mindaro #DDFB60

Tints of Mindaro #DDFB60

Color information

#DDFB60 (or 0xDDFB60) is unknown color: approx Mindaro. HEX triplet: DD, FB and 60. RGB value is (221,251,96). Sum of RGB (Red+Green+Blue) = 221+251+96=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 96 (37.89% from 255 or 16.90% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB60 is #22049F. Grayscale: #E0E0E0. Windows color (decimal): -2229408 or 6355933. OLE color: 6355933.

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

Color convert

RGB22125196-
CMYK0.1200.620.02
HSL71.61º95.09%68.04%-
HSV(B)71.61º61.75%98.43%-
XYZ66.4385.2124.01-
YUV224.3655.56125.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 251 (98.44% from 255) = 44.19%
BLUE value IS 96 (37.89% from 255) = 16.90%
R=38.91%
G=44.19%
B=16.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221251960.1200.620.0271.6195.0968.04
HexDDFB60C03E2485f44
Octal335373140140762110137104
Binary110111011111101111000001100011111010100100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFB60; }

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

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

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

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

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

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

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

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