Html Css Color HEX #DDFE70 Mindaro

📋 copy color: '#DDFE70'

red 221 ◦ green 254 ◦ blue 112

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

Shades of Mindaro #DDFE70

Tints of Mindaro #DDFE70

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.27%

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

R = 37.65%
G = 43.27%
B = 19.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#DDFE70 (or 0xDDFE70) is known color: Mindaro. HEX triplet: DD, FE and 70. RGB value is (221,254,112). Sum of RGB (Red+Green+Blue) = 221+254+112=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE70 is #22018F. Grayscale: #E4E4E4. Windows color (decimal): -2228624 or 7405277. OLE color: 7405277.

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

Color convert

RGB 221 254 112 -
CMYK 0.13 0 0.56 0.00
HSL 73.94º 0.99% 0.72% -
HSV(B) 73.94º 0.56% 1% -
XYZ 68.19 87.43 28.61 -
YUV 227.95 62.57 123.05 -
System Red Green Blue C M Y K H S L
Decimal 221 254 112 0.13 0 0.56 0.00 73.94 0.99 0.72
Hex DD FE 70 D 0 38 0 4A 63 48
Octal 335 376 160 15 0 70 0 112 143 110
Binary 11011101 11111110 1110000 1101 0 111000 0 1001010 1100011 1001000

Color Harmonies of #DDFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE70

Black with #DDFE70

Text Example


Text Example

White with #DDFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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