Html Css Color HEX #DDFB6F Mindaro

📋 copy color: '#DDFB6F'

red 221 ◦ green 251 ◦ blue 111

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

Shades of Mindaro #DDFB6F

Tints of Mindaro #DDFB6F

RGB

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

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

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

R = 37.91%
G = 43.05%
B = 19.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DDFB6F (or 0xDDFB6F) is known color: Mindaro. HEX triplet: DD, FB and 6F. RGB value is (221,251,111). Sum of RGB (Red+Green+Blue) = 221+251+111=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 111 (43.75% from 255 or 19.04% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB6F is #220490. Grayscale: #E2E2E2. Windows color (decimal): -2229393 or 7338973. OLE color: 7338973.

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

Color convert

RGB 221 251 111 -
CMYK 0.12 0 0.56 0.02
HSL 72.86º 0.95% 0.71% -
HSV(B) 72.86º 0.56% 0.98% -
XYZ 67.19 85.51 28 -
YUV 226.07 63.06 124.38 -
System Red Green Blue C M Y K H S L
Decimal 221 251 111 0.12 0 0.56 0.02 72.86 0.95 0.71
Hex DD FB 6F C 0 38 2 49 5F 47
Octal 335 373 157 14 0 70 2 111 137 107
Binary 11011101 11111011 1101111 1100 0 111000 10 1001001 1011111 1000111

Color Harmonies of #DDFB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB6F

Black with #DDFB6F

Text Example


Text Example

White with #DDFB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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