Html Css Color HEX #DDFD70 Mindaro

📋 copy color: '#DDFD70'

red 221 ◦ green 253 ◦ blue 112

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

Shades of Mindaro #DDFD70

Tints of Mindaro #DDFD70

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.17%

 BLUE value IS 112 (44.14% from 255) = 19.11%

R = 37.71%
G = 43.17%
B = 19.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#DDFD70 (or 0xDDFD70) is known color: Mindaro. HEX triplet: DD, FD and 70. RGB value is (221,253,112). Sum of RGB (Red+Green+Blue) = 221+253+112=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD70 is #22028F. Grayscale: #E3E3E3. Windows color (decimal): -2228880 or 7405021. OLE color: 7405021.

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

Color convert

RGB 221 253 112 -
CMYK 0.13 0 0.56 0.01
HSL 73.62º 0.97% 0.72% -
HSV(B) 73.62º 0.56% 0.99% -
XYZ 67.87 86.79 28.5 -
YUV 227.36 62.9 123.46 -
System Red Green Blue C M Y K H S L
Decimal 221 253 112 0.13 0 0.56 0.01 73.62 0.97 0.72
Hex DD FD 70 D 0 38 1 4A 61 48
Octal 335 375 160 15 0 70 1 112 141 110
Binary 11011101 11111101 1110000 1101 0 111000 1 1001010 1100001 1001000

Color Harmonies of #DDFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD70

Black with #DDFD70

Text Example


Text Example

White with #DDFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD70; }

 p { color: rgb(221,253,112); }

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

background-color css

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

 a { background-color: rgb(221,253,112); }

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

border-color css

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

 span { border-color: rgb(221,253,112); }

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