Html Css Color HEX #DEFF86 Tidal

📋 copy color: '#DEFF86'

red 222 ◦ green 255 ◦ blue 134

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

Shades of Tidal #DEFF86

Tints of Tidal #DEFF86

RGB

 RED value IS 222 (87.11% from 255) = 36.33%

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

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

R = 36.33%
G = 41.73%
B = 21.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#DEFF86 (or 0xDEFF86) is known color: Tidal. HEX triplet: DE, FF and 86. RGB value is (222,255,134). Sum of RGB (Red+Green+Blue) = 222+255+134=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 134 (52.73% from 255 or 21.93% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF86 is #210079. Grayscale: #E7E7E7. Windows color (decimal): -2162810 or 8847326. OLE color: 8847326.

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

Color convert

RGB 222 255 134 -
CMYK 0.13 0 0.47 0
HSL 76.36º 1% 0.76% -
HSV(B) 76.36º 0.47% 1% -
XYZ 70.19 88.77 35.99 -
YUV 231.34 73.07 121.34 -
System Red Green Blue C M Y K H S L
Decimal 222 255 134 0.13 0 0.47 0 76.36 1 0.76
Hex DE FF 86 D 0 2F 0 4C 64 4C
Octal 336 377 206 15 0 57 0 114 144 114
Binary 11011110 11111111 10000110 1101 0 101111 0 1001100 1100100 1001100

Color Harmonies of #DEFF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF86

Black with #DEFF86

Text Example


Text Example

White with #DEFF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF86; }

 p { color: rgb(222,255,134); }

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

background-color css

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

 a { background-color: rgb(222,255,134); }

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

border-color css

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

 span { border-color: rgb(222,255,134); }

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