Html Css Color HEX #DEF186 Tidal

📋 copy color: '#DEF186'

red 222 ◦ green 241 ◦ blue 134

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

Shades of Tidal #DEF186

Tints of Tidal #DEF186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.37%

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

R = 37.19%
G = 40.37%
B = 22.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#DEF186 (or 0xDEF186) is known color: Tidal. HEX triplet: DE, F1 and 86. RGB value is (222,241,134). Sum of RGB (Red+Green+Blue) = 222+241+134=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF186 is #210E79. Grayscale: #DFDFDF. Windows color (decimal): -2166394 or 8843742. OLE color: 8843742.

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

Color convert

RGB 222 241 134 -
CMYK 0.08 0 0.44 0.05
HSL 70.65º 0.79% 0.74% -
HSV(B) 70.65º 0.44% 0.95% -
XYZ 65.88 80.16 34.55 -
YUV 223.12 77.71 127.2 -
System Red Green Blue C M Y K H S L
Decimal 222 241 134 0.08 0 0.44 0.05 70.65 0.79 0.74
Hex DE F1 86 8 0 2C 5 47 4F 4A
Octal 336 361 206 10 0 54 5 107 117 112
Binary 11011110 11110001 10000110 1000 0 101100 101 1000111 1001111 1001010

Color Harmonies of #DEF186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF186

Black with #DEF186

Text Example


Text Example

White with #DEF186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF186; }

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

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

background-color css

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

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

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

border-color css

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

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

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