Html Css Color HEX #DDFC70 Mindaro

📋 copy color: '#DDFC70'

red 221 ◦ green 252 ◦ blue 112

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

Shades of Mindaro #DDFC70

Tints of Mindaro #DDFC70

RGB

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

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

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

R = 37.78%
G = 43.08%
B = 19.15%

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

#DDFC70 (or 0xDDFC70) is known color: Mindaro. HEX triplet: DD, FC and 70. RGB value is (221,252,112). Sum of RGB (Red+Green+Blue) = 221+252+112=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC70 is #22038F. Grayscale: #E3E3E3. Windows color (decimal): -2229136 or 7404765. OLE color: 7404765.

HSL color Cylindrical-coordinate representation of color #DDFC70: hue angle of 73.29º 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 #DDFC70 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 252 112 -
CMYK 0.12 0 0.56 0.01
HSL 73.29º 0.96% 0.71% -
HSV(B) 73.29º 0.56% 0.99% -
XYZ 67.55 86.16 28.4 -
YUV 226.77 63.23 123.88 -
System Red Green Blue C M Y K H S L
Decimal 221 252 112 0.12 0 0.56 0.01 73.29 0.96 0.71
Hex DD FC 70 C 0 38 1 49 60 47
Octal 335 374 160 14 0 70 1 111 140 107
Binary 11011101 11111100 1110000 1100 0 111000 1 1001001 1100000 1000111

Color Harmonies of #DDFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC70

Black with #DDFC70

Text Example


Text Example

White with #DDFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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