#DDF374

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

Shades of Mindaro #DDF374

Tints of Mindaro #DDF374

Color information

#DDF374 (or 0xDDF374) is unknown color: approx Mindaro. HEX triplet: DD, F3 and 74. RGB value is (221,243,116). Sum of RGB (Red+Green+Blue) = 221+243+116=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF374 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF374 is #220C8B. Grayscale: #DEDEDE. Windows color (decimal): -2231436 or 7664605. OLE color: 7664605.

HSL color Cylindrical-coordinate representation of color #DDF374: hue angle of 70.39º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDF374 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB221243116-
CMYK0.0900.520.05
HSL70.39º84.11%70.39%-
HSV(B)70.39º52.26%95.29%-
XYZ65.0280.7328.68-
YUV221.9468.21127.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 243 (95.31% from 255) = 41.90%
BLUE value IS 116 (45.70% from 255) = 20%
R=38.10%
G=41.90%
B=20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212431160.0900.520.0570.3984.1170.39
HexDDF37490345465446
Octal335363164110645106124106
Binary1101110111110011111010010010110100101100011010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF374; }

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

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

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

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

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

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

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

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