Html Css Color HEX #DDF76F Mindaro

📋 copy color: '#DDF76F'

red 221 ◦ green 247 ◦ blue 111

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

Shades of Mindaro #DDF76F

Tints of Mindaro #DDF76F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.66%

 BLUE value IS 111 (43.75% from 255) = 19.17%

R = 38.17%
G = 42.66%
B = 19.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#DDF76F (or 0xDDF76F) is known color: Mindaro. HEX triplet: DD, F7 and 6F. RGB value is (221,247,111). Sum of RGB (Red+Green+Blue) = 221+247+111=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF76F is #220890. Grayscale: #E0E0E0. Windows color (decimal): -2230417 or 7337949. OLE color: 7337949.

HSL color Cylindrical-coordinate representation of color #DDF76F: hue angle of 71.47º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF76F is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 111 -
CMYK 0.11 0 0.55 0.03
HSL 71.47º 0.89% 0.7% -
HSV(B) 71.47º 0.55% 0.97% -
XYZ 65.95 83.04 27.59 -
YUV 223.72 64.39 126.06 -
System Red Green Blue C M Y K H S L
Decimal 221 247 111 0.11 0 0.55 0.03 71.47 0.89 0.7
Hex DD F7 6F B 0 37 3 47 59 46
Octal 335 367 157 13 0 67 3 107 131 106
Binary 11011101 11110111 1101111 1011 0 110111 11 1000111 1011001 1000110

Color Harmonies of #DDF76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF76F

Black with #DDF76F

Text Example


Text Example

White with #DDF76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF76F; }

 p { color: rgb(221,247,111); }

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

background-color css

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

 a { background-color: rgb(221,247,111); }

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

border-color css

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

 span { border-color: rgb(221,247,111); }

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