Html Css Color HEX #DDF180 Mindaro

📋 copy color: '#DDF180'

red 221 ◦ green 241 ◦ blue 128

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

Shades of Mindaro #DDF180

Tints of Mindaro #DDF180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.69%

R = 37.46%
G = 40.85%
B = 21.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DDF180 (or 0xDDF180) is known color: Mindaro. HEX triplet: DD, F1 and 80. RGB value is (221,241,128). Sum of RGB (Red+Green+Blue) = 221+241+128=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF180 is #220E7F. Grayscale: #DEDEDE. Windows color (decimal): -2231936 or 8450525. OLE color: 8450525.

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

Color convert

RGB 221 241 128 -
CMYK 0.08 0 0.47 0.05
HSL 70.62º 0.8% 0.72% -
HSV(B) 70.62º 0.47% 0.95% -
XYZ 65.17 79.84 32.4 -
YUV 222.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 221 241 128 0.08 0 0.47 0.05 70.62 0.8 0.72
Hex DD F1 80 8 0 2F 5 47 50 48
Octal 335 361 200 10 0 57 5 107 120 110
Binary 11011101 11110001 10000000 1000 0 101111 101 1000111 1010000 1001000

Color Harmonies of #DDF180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF180

Black with #DDF180

Text Example


Text Example

White with #DDF180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF180; }

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

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

background-color css

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

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

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

border-color css

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

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

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