Html Css Color HEX #DDFC6F Mindaro

📋 copy color: '#DDFC6F'

red 221 ◦ green 252 ◦ blue 111

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

Shades of Mindaro #DDFC6F

Tints of Mindaro #DDFC6F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.15%

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

R = 37.84%
G = 43.15%
B = 19.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#DDFC6F (or 0xDDFC6F) is known color: Mindaro. HEX triplet: DD, FC and 6F. RGB value is (221,252,111). Sum of RGB (Red+Green+Blue) = 221+252+111=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 111 (43.75% from 255 or 19.01% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC6F is #220390. Grayscale: #E3E3E3. Windows color (decimal): -2229137 or 7339229. OLE color: 7339229.

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

Color convert

RGB 221 252 111 -
CMYK 0.12 0 0.56 0.01
HSL 73.19º 0.96% 0.71% -
HSV(B) 73.19º 0.56% 0.99% -
XYZ 67.5 86.14 28.11 -
YUV 226.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 221 252 111 0.12 0 0.56 0.01 73.19 0.96 0.71
Hex DD FC 6F C 0 38 1 49 60 47
Octal 335 374 157 14 0 70 1 111 140 107
Binary 11011101 11111100 1101111 1100 0 111000 1 1001001 1100000 1000111

Color Harmonies of #DDFC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC6F

Black with #DDFC6F

Text Example


Text Example

White with #DDFC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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