Html Css Color HEX #DDFF6E Mindaro

📋 copy color: '#DDFF6E'

red 221 ◦ green 255 ◦ blue 110

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

Shades of Mindaro #DDFF6E

Tints of Mindaro #DDFF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.77%

R = 37.71%
G = 43.52%
B = 18.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#DDFF6E (or 0xDDFF6E) is known color: Mindaro. HEX triplet: DD, FF and 6E. RGB value is (221,255,110). Sum of RGB (Red+Green+Blue) = 221+255+110=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 110 (43.36% from 255 or 18.77% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF6E is #220091. Grayscale: #E4E4E4. Windows color (decimal): -2228370 or 7274461. OLE color: 7274461.

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

Color convert

RGB 221 255 110 -
CMYK 0.13 0 0.57 0
HSL 74.07º 1% 0.72% -
HSV(B) 74.07º 0.57% 1% -
XYZ 68.39 88.02 28.14 -
YUV 228.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 221 255 110 0.13 0 0.57 0 74.07 1 0.72
Hex DD FF 6E D 0 39 0 4A 64 48
Octal 335 377 156 15 0 71 0 112 144 110
Binary 11011101 11111111 1101110 1101 0 111001 0 1001010 1100100 1001000

Color Harmonies of #DDFF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF6E

Black with #DDFF6E

Text Example


Text Example

White with #DDFF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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