#DDF96A

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

Shades of Mindaro #DDF96A

Tints of Mindaro #DDF96A

Color information

#DDF96A (or 0xDDF96A) is unknown color: approx Mindaro. HEX triplet: DD, F9 and 6A. RGB value is (221,249,106). Sum of RGB (Red+Green+Blue) = 221+249+106=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 106 (41.80% from 255 or 18.40% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF96A is #220695. Grayscale: #E0E0E0. Windows color (decimal): -2229910 or 7010781. OLE color: 7010781.

HSL color Cylindrical-coordinate representation of color #DDF96A: hue angle of 71.75º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF96A is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB221249106-
CMYK0.1100.570.02
HSL71.75º92.26%69.61%-
HSV(B)71.75º57.43%97.65%-
XYZ66.384.1626.39-
YUV224.3361.22125.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 106 (41.80% from 255) = 18.40%
R=38.37%
G=43.23%
B=18.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491060.1100.570.0271.7592.2669.61
HexDDF96AB0392485c46
Octal335371152130712110134106
Binary110111011111100111010101011011100110100100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF96A; }

 p { color: rgb(221,249,106); }

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

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

 a { background-color: rgb(221,249,106); }

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

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

 span { border-color: rgb(221,249,106); }

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