#DDF483

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

Shades of Mindaro #DDF483

Tints of Mindaro #DDF483

Color information

#DDF483 (or 0xDDF483) is unknown color: approx Mindaro. HEX triplet: DD, F4 and 83. RGB value is (221,244,131). Sum of RGB (Red+Green+Blue) = 221+244+131=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF483 is #220B7C. Grayscale: #E0E0E0. Windows color (decimal): -2231165 or 8647901. OLE color: 8647901.

HSL color Cylindrical-coordinate representation of color #DDF483: hue angle of 72.21º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDF483 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB221244131-
CMYK0.0900.460.04
HSL72.21º83.7%73.53%-
HSV(B)72.21º46.31%95.69%-
XYZ66.2781.7133.75-
YUV224.2475.38125.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 244 (95.70% from 255) = 40.94%
BLUE value IS 131 (51.56% from 255) = 21.98%
R=37.08%
G=40.94%
B=21.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212441310.0900.460.0472.2183.773.53
HexDDF483902E448544a
Octal335364203110564110124112
Binary11011101111101001000001110010101110100100100010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF483; }

 p { color: rgb(221,244,131); }

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

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

 a { background-color: rgb(221,244,131); }

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

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

 span { border-color: rgb(221,244,131); }

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