Html Css Color HEX #DDF185 Mindaro

📋 copy color: '#DDF185'

red 221 ◦ green 241 ◦ blue 133

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

Shades of Mindaro #DDF185

Tints of Mindaro #DDF185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.5%

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

R = 37.14%
G = 40.5%
B = 22.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DDF185 (or 0xDDF185) is known color: Mindaro. HEX triplet: DD, F1 and 85. RGB value is (221,241,133). Sum of RGB (Red+Green+Blue) = 221+241+133=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF185 is #220E7A. Grayscale: #DFDFDF. Windows color (decimal): -2231931 or 8778205. OLE color: 8778205.

HSL color Cylindrical-coordinate representation of color #DDF185: hue angle of 71.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF185 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 133 -
CMYK 0.08 0 0.45 0.05
HSL 71.11º 0.79% 0.73% -
HSV(B) 71.11º 0.45% 0.95% -
XYZ 65.51 79.98 34.17 -
YUV 222.71 77.37 126.78 -
System Red Green Blue C M Y K H S L
Decimal 221 241 133 0.08 0 0.45 0.05 71.11 0.79 0.73
Hex DD F1 85 8 0 2D 5 47 4F 49
Octal 335 361 205 10 0 55 5 107 117 111
Binary 11011101 11110001 10000101 1000 0 101101 101 1000111 1001111 1001001

Color Harmonies of #DDF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF185

Black with #DDF185

Text Example


Text Example

White with #DDF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF185; }

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

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

background-color css

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

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

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

border-color css

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

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

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