#DDF36B

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

Shades of Mindaro #DDF36B

Tints of Mindaro #DDF36B

Color information

#DDF36B (or 0xDDF36B) is unknown color: approx Mindaro. HEX triplet: DD, F3 and 6B. RGB value is (221,243,107). Sum of RGB (Red+Green+Blue) = 221+243+107=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF36B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF36B is #220C94. Grayscale: #DDDDDD. Windows color (decimal): -2231445 or 7074781. OLE color: 7074781.

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

Color convert

RGB221243107-
CMYK0.0900.560.05
HSL69.71º85%68.63%-
HSV(B)69.71º55.97%95.29%-
XYZ64.5280.5326.05-
YUV220.9263.71128.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 243 (95.31% from 255) = 42.56%
BLUE value IS 107 (42.19% from 255) = 18.74%
R=38.70%
G=42.56%
B=18.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212431070.0900.560.0569.718568.63
HexDDF36B90385465545
Octal335363153110705106125105
Binary1101110111110011110101110010111000101100011010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF36B; }

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

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

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

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

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

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

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

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