Html Css Color HEX #DDFF7F Mindaro

📋 copy color: '#DDFF7F'

red 221 ◦ green 255 ◦ blue 127

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

Shades of Mindaro #DDFF7F

Tints of Mindaro #DDFF7F

RGB

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

 GREEN value IS 255 (100% from 255) = 42.29%

 BLUE value IS 127 (50% from 255) = 21.06%

R = 36.65%
G = 42.29%
B = 21.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#DDFF7F (or 0xDDFF7F) is known color: Mindaro. HEX triplet: DD, FF and 7F. RGB value is (221,255,127). Sum of RGB (Red+Green+Blue) = 221+255+127=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 127 (50% from 255 or 21.06% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF7F is #220080. Grayscale: #E6E6E6. Windows color (decimal): -2228353 or 8388573. OLE color: 8388573.

HSL color Cylindrical-coordinate representation of color #DDFF7F: hue angle of 75.94º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDFF7F is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 127 -
CMYK 0.13 0 0.50 0
HSL 75.94º 1% 0.75% -
HSV(B) 75.94º 0.5% 1% -
XYZ 69.41 88.42 33.49 -
YUV 230.24 69.74 121.41 -
System Red Green Blue C M Y K H S L
Decimal 221 255 127 0.13 0 0.50 0 75.94 1 0.75
Hex DD FF 7F D 0 32 0 4C 64 4B
Octal 335 377 177 15 0 62 0 114 144 113
Binary 11011101 11111111 1111111 1101 0 110010 0 1001100 1100100 1001011

Color Harmonies of #DDFF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF7F

Black with #DDFF7F

Text Example


Text Example

White with #DDFF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF7F; }

 p { color: rgb(221,255,127); }

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

background-color css

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

 a { background-color: rgb(221,255,127); }

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

border-color css

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

 span { border-color: rgb(221,255,127); }

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