#DEFF84

Color #DEFF84 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #DEFF84

Tints of Tidal #DEFF84

Color information

#DEFF84 (or 0xDEFF84) is unknown color: approx Tidal. HEX triplet: DE, FF and 84. RGB value is (222,255,132). Sum of RGB (Red+Green+Blue) = 222+255+132=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 132 (51.95% from 255 or 21.67% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF84 is #21007B. Grayscale: #E7E7E7. Windows color (decimal): -2162812 or 8716254. OLE color: 8716254.

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

Color convert

RGB222255132-
CMYK0.1300.480
HSL76.1º100%75.88%-
HSV(B)76.1º48.24%100%-
XYZ70.0588.7235.26-
YUV231.1172.07121.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 132 (51.95% from 255) = 21.67%
R=36.45%
G=41.87%
B=21.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551320.1300.48076.110075.88
HexDEFF84D03004c644c
Octal336377204150600114144114
Binary110111101111111110000100110101100000100110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF84; }

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

 H1.HeaderClassName
 {
   color: #DEFF84;
 }
 .AnyTagClassName
 {
   color: #DEFF84;
 }
</style>
background-color css

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

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

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

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

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

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