Html Css Color HEX #DDF271 Mindaro

📋 copy color: '#DDF271'

red 221 ◦ green 242 ◦ blue 113

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

Shades of Mindaro #DDF271

Tints of Mindaro #DDF271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.01%

 BLUE value IS 113 (44.53% from 255) = 19.62%

R = 38.37%
G = 42.01%
B = 19.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DDF271 (or 0xDDF271) is known color: Mindaro. HEX triplet: DD, F2 and 71. RGB value is (221,242,113). Sum of RGB (Red+Green+Blue) = 221+242+113=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 113 (44.53% from 255 or 19.62% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF271 is #220D8E. Grayscale: #DDDDDD. Windows color (decimal): -2231695 or 7467741. OLE color: 7467741.

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

Color convert

RGB 221 242 113 -
CMYK 0.09 0 0.53 0.05
HSL 69.77º 0.83% 0.7% -
HSV(B) 69.77º 0.53% 0.95% -
XYZ 64.55 80.07 27.68 -
YUV 221.02 67.04 127.99 -
System Red Green Blue C M Y K H S L
Decimal 221 242 113 0.09 0 0.53 0.05 69.77 0.83 0.7
Hex DD F2 71 9 0 35 5 46 53 46
Octal 335 362 161 11 0 65 5 106 123 106
Binary 11011101 11110010 1110001 1001 0 110101 101 1000110 1010011 1000110

Color Harmonies of #DDF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF271

Black with #DDF271

Text Example


Text Example

White with #DDF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF271; }

 p { color: rgb(221,242,113); }

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

background-color css

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

 a { background-color: rgb(221,242,113); }

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

border-color css

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

 span { border-color: rgb(221,242,113); }

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