#DDF774

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

Shades of Mindaro #DDF774

Tints of Mindaro #DDF774

Color information

#DDF774 (or 0xDDF774) is unknown color: approx Mindaro. HEX triplet: DD, F7 and 74. RGB value is (221,247,116). Sum of RGB (Red+Green+Blue) = 221+247+116=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF774 is #22088B. Grayscale: #E0E0E0. Windows color (decimal): -2230412 or 7665629. OLE color: 7665629.

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

Color convert

RGB221247116-
CMYK0.1100.530.03
HSL71.91º89.12%71.18%-
HSV(B)71.91º53.04%96.86%-
XYZ66.2383.1529.08-
YUV224.2966.89125.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 247 (96.88% from 255) = 42.29%
BLUE value IS 116 (45.70% from 255) = 19.86%
R=37.84%
G=42.29%
B=19.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471160.1100.530.0371.9189.1271.18
HexDDF774B0353485947
Octal335367164130653110131107
Binary110111011111011111101001011011010111100100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF774; }

 p { color: rgb(221,247,116); }

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

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

 a { background-color: rgb(221,247,116); }

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

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

 span { border-color: rgb(221,247,116); }

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