Html Css Color HEX #DEFF84 Tidal

📋 copy color: '#DEFF84'

red 222 ◦ green 255 ◦ blue 132

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

Shades of Tidal #DEFF84

Tints of Tidal #DEFF84

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 value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#DEFF84 (or 0xDEFF84) is known color: 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

RGB 222 255 132 -
CMYK 0.13 0 0.48 0
HSL 76.1º 1% 0.76% -
HSV(B) 76.1º 0.48% 1% -
XYZ 70.05 88.72 35.26 -
YUV 231.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 222 255 132 0.13 0 0.48 0 76.1 1 0.76
Hex DE FF 84 D 0 30 0 4C 64 4C
Octal 336 377 204 15 0 60 0 114 144 114
Binary 11011110 11111111 10000100 1101 0 110000 0 1001100 1100100 1001100

Color Harmonies of #DEFF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF84

Black with #DEFF84

Text Example


Text Example

White with #DEFF84

Text Example


Text Example

HTML Codes & Css Web 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>