Html Css Color HEX #DDFE86 Tidal

📋 copy color: '#DDFE86'

red 221 ◦ green 254 ◦ blue 134

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

Shades of Tidal #DDFE86

Tints of Tidal #DDFE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22%

R = 36.29%
G = 41.71%
B = 22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#DDFE86 (or 0xDDFE86) is known color: Tidal. HEX triplet: DD, FE and 86. RGB value is (221,254,134). Sum of RGB (Red+Green+Blue) = 221+254+134=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 134 (52.73% from 255 or 22.00% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE86 is #220179. Grayscale: #E6E6E6. Windows color (decimal): -2228602 or 8847069. OLE color: 8847069.

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

Color convert

RGB 221 254 134 -
CMYK 0.13 0 0.47 0.00
HSL 76.5º 0.98% 0.76% -
HSV(B) 76.5º 0.47% 1% -
XYZ 69.56 87.98 35.87 -
YUV 230.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 221 254 134 0.13 0 0.47 0.00 76.5 0.98 0.76
Hex DD FE 86 D 0 2F 0 4C 62 4C
Octal 335 376 206 15 0 57 0 114 142 114
Binary 11011101 11111110 10000110 1101 0 101111 0 1001100 1100010 1001100

Color Harmonies of #DDFE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE86

Black with #DDFE86

Text Example


Text Example

White with #DDFE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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