Html Css Color HEX #DEFA84 Tidal

📋 copy color: '#DEFA84'

red 222 ◦ green 250 ◦ blue 132

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

Shades of Tidal #DEFA84

Tints of Tidal #DEFA84

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.39%

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

R = 36.75%
G = 41.39%
B = 21.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#DEFA84 (or 0xDEFA84) is known color: Tidal. HEX triplet: DE, FA and 84. RGB value is (222,250,132). Sum of RGB (Red+Green+Blue) = 222+250+132=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA84 is #21057B. Grayscale: #E4E4E4. Windows color (decimal): -2164092 or 8714974. OLE color: 8714974.

HSL color Cylindrical-coordinate representation of color #DEFA84: hue angle of 74.24º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEFA84 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 250 132 -
CMYK 0.11 0 0.47 0.02
HSL 74.24º 0.92% 0.75% -
HSV(B) 74.24º 0.47% 0.98% -
XYZ 68.47 85.57 34.74 -
YUV 228.18 73.72 123.59 -
System Red Green Blue C M Y K H S L
Decimal 222 250 132 0.11 0 0.47 0.02 74.24 0.92 0.75
Hex DE FA 84 B 0 2F 2 4A 5C 4B
Octal 336 372 204 13 0 57 2 112 134 113
Binary 11011110 11111010 10000100 1011 0 101111 10 1001010 1011100 1001011

Color Harmonies of #DEFA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA84

Black with #DEFA84

Text Example


Text Example

White with #DEFA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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