Html Css Color HEX #DDFB71 Mindaro

📋 copy color: '#DDFB71'

red 221 ◦ green 251 ◦ blue 113

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

Shades of Mindaro #DDFB71

Tints of Mindaro #DDFB71

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.91%

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

R = 37.78%
G = 42.91%
B = 19.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DDFB71 (or 0xDDFB71) is known color: Mindaro. HEX triplet: DD, FB and 71. RGB value is (221,251,113). Sum of RGB (Red+Green+Blue) = 221+251+113=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB71 is #22048E. Grayscale: #E2E2E2. Windows color (decimal): -2229391 or 7470045. OLE color: 7470045.

HSL color Cylindrical-coordinate representation of color #DDFB71: hue angle of 73.04º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDFB71 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 113 -
CMYK 0.12 0 0.55 0.02
HSL 73.04º 0.95% 0.71% -
HSV(B) 73.04º 0.55% 0.98% -
XYZ 67.3 85.56 28.59 -
YUV 226.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 221 251 113 0.12 0 0.55 0.02 73.04 0.95 0.71
Hex DD FB 71 C 0 37 2 49 5F 47
Octal 335 373 161 14 0 67 2 111 137 107
Binary 11011101 11111011 1110001 1100 0 110111 10 1001001 1011111 1000111

Color Harmonies of #DDFB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB71

Black with #DDFB71

Text Example


Text Example

White with #DDFB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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