Html Css Color HEX #DEFF85 Tidal

📋 copy color: '#DEFF85'

red 222 ◦ green 255 ◦ blue 133

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

Shades of Tidal #DEFF85

Tints of Tidal #DEFF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.8%

R = 36.39%
G = 41.8%
B = 21.8%

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

#DEFF85 (or 0xDEFF85) is known color: Tidal. HEX triplet: DE, FF and 85. RGB value is (222,255,133). Sum of RGB (Red+Green+Blue) = 222+255+133=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF85 is #21007A. Grayscale: #E7E7E7. Windows color (decimal): -2162811 or 8781790. OLE color: 8781790.

HSL color Cylindrical-coordinate representation of color #DEFF85: hue angle of 76.23º 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 #DEFF85 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 222 255 133 -
CMYK 0.13 0 0.48 0
HSL 76.23º 1% 0.76% -
HSV(B) 76.23º 0.48% 1% -
XYZ 70.12 88.74 35.62 -
YUV 231.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 222 255 133 0.13 0 0.48 0 76.23 1 0.76
Hex DE FF 85 D 0 30 0 4C 64 4C
Octal 336 377 205 15 0 60 0 114 144 114
Binary 11011110 11111111 10000101 1101 0 110000 0 1001100 1100100 1001100

Color Harmonies of #DEFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF85

Black with #DEFF85

Text Example


Text Example

White with #DEFF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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