Html Css Color HEX #DDF286 Tidal

📋 copy color: '#DDF286'

red 221 ◦ green 242 ◦ blue 134

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

Shades of Tidal #DDF286

Tints of Tidal #DDF286

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

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

R = 37.02%
G = 40.54%
B = 22.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DDF286 (or 0xDDF286) is known color: Tidal. HEX triplet: DD, F2 and 86. RGB value is (221,242,134). Sum of RGB (Red+Green+Blue) = 221+242+134=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF286 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF286 is #220D79. Grayscale: #DFDFDF. Windows color (decimal): -2231674 or 8843997. OLE color: 8843997.

HSL color Cylindrical-coordinate representation of color #DDF286: hue angle of 71.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF286 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 134 -
CMYK 0.09 0 0.45 0.05
HSL 71.67º 0.81% 0.74% -
HSV(B) 71.67º 0.45% 0.95% -
XYZ 65.87 80.6 34.64 -
YUV 223.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 221 242 134 0.09 0 0.45 0.05 71.67 0.81 0.74
Hex DD F2 86 9 0 2D 5 48 51 4A
Octal 335 362 206 11 0 55 5 110 121 112
Binary 11011101 11110010 10000110 1001 0 101101 101 1001000 1010001 1001010

Color Harmonies of #DDF286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF286

Black with #DDF286

Text Example


Text Example

White with #DDF286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF286; }

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

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

background-color css

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

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

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

border-color css

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

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

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