Html Css Color HEX #DEFD84 Tidal

📋 copy color: '#DEFD84'

red 222 ◦ green 253 ◦ blue 132

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

Shades of Tidal #DEFD84

Tints of Tidal #DEFD84

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.68%

 BLUE value IS 132 (51.95% from 255) = 21.75%

R = 36.57%
G = 41.68%
B = 21.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#DEFD84 (or 0xDEFD84) is known color: Tidal. HEX triplet: DE, FD and 84. RGB value is (222,253,132). Sum of RGB (Red+Green+Blue) = 222+253+132=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFD84 is #21027B. Grayscale: #E6E6E6. Windows color (decimal): -2163324 or 8715742. OLE color: 8715742.

HSL color Cylindrical-coordinate representation of color #DEFD84: hue angle of 75.37º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEFD84 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 253 132 -
CMYK 0.12 0 0.48 0.01
HSL 75.37º 0.97% 0.75% -
HSV(B) 75.37º 0.48% 0.99% -
XYZ 69.41 87.45 35.05 -
YUV 229.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 222 253 132 0.12 0 0.48 0.01 75.37 0.97 0.75
Hex DE FD 84 C 0 30 1 4B 61 4B
Octal 336 375 204 14 0 60 1 113 141 113
Binary 11011110 11111101 10000100 1100 0 110000 1 1001011 1100001 1001011

Color Harmonies of #DEFD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD84

Black with #DEFD84

Text Example


Text Example

White with #DEFD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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