Html Css Color HEX #DDF485 Mindaro

📋 copy color: '#DDF485'

red 221 ◦ green 244 ◦ blue 133

#DDF485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DDF485

Tints of Mindaro #DDF485

RGB

 RED value IS 221 (86.72% from 255) = 36.96%

 GREEN value IS 244 (95.7% from 255) = 40.8%

 BLUE value IS 133 (52.34% from 255) = 22.24%

R = 36.96%
G = 40.8%
B = 22.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#DDF485 (or 0xDDF485) is known color: Mindaro. HEX triplet: DD, F4 and 85. RGB value is (221,244,133). Sum of RGB (Red+Green+Blue) = 221+244+133=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF485 is #220B7A. Grayscale: #E0E0E0. Windows color (decimal): -2231163 or 8778973. OLE color: 8778973.

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

Color convert

RGB 221 244 133 -
CMYK 0.09 0 0.45 0.04
HSL 72.43º 0.83% 0.74% -
HSV(B) 72.43º 0.45% 0.96% -
XYZ 66.4 81.77 34.47 -
YUV 224.47 76.38 125.53 -
System Red Green Blue C M Y K H S L
Decimal 221 244 133 0.09 0 0.45 0.04 72.43 0.83 0.74
Hex DD F4 85 9 0 2D 4 48 53 4A
Octal 335 364 205 11 0 55 4 110 123 112
Binary 11011101 11110100 10000101 1001 0 101101 100 1001000 1010011 1001010

Color Harmonies of #DDF485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF485

Black with #DDF485

Text Example


Text Example

White with #DDF485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF485; }

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

 H1.HeaderClassName
 {
   color: #DDF485;
 }
 .AnyTagClassName
 {
   color: #DDF485;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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