#DDF27D

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

Shades of Mindaro #DDF27D

Tints of Mindaro #DDF27D

Color information

#DDF27D (or 0xDDF27D) is unknown color: approx Mindaro. HEX triplet: DD, F2 and 7D. RGB value is (221,242,125). Sum of RGB (Red+Green+Blue) = 221+242+125=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF27D is #220D82. Grayscale: #DEDEDE. Windows color (decimal): -2231683 or 8254173. OLE color: 8254173.

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

Color convert

RGB221242125-
CMYK0.0900.480.05
HSL70.77º81.82%71.96%-
HSV(B)70.77º48.35%94.9%-
XYZ65.2780.3631.47-
YUV222.3873.04127.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 242 (94.92% from 255) = 41.16%
BLUE value IS 125 (49.22% from 255) = 21.26%
R=37.59%
G=41.16%
B=21.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421250.0900.480.0570.7781.8271.96
HexDDF27D90305475248
Octal335362175110605107122110
Binary1101110111110010111110110010110000101100011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF27D; }

 p { color: rgb(221,242,125); }

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

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

 a { background-color: rgb(221,242,125); }

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

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

 span { border-color: rgb(221,242,125); }

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