Html Css Color HEX #DEFB8A Tidal

📋 copy color: '#DEFB8A'

red 222 ◦ green 251 ◦ blue 138

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

Shades of Tidal #DEFB8A

Tints of Tidal #DEFB8A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.08%

 BLUE value IS 138 (54.3% from 255) = 22.59%

R = 36.33%
G = 41.08%
B = 22.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#DEFB8A (or 0xDEFB8A) is known color: Tidal. HEX triplet: DE, FB and 8A. RGB value is (222,251,138). Sum of RGB (Red+Green+Blue) = 222+251+138=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFB8A is #210475. Grayscale: #E5E5E5. Windows color (decimal): -2163830 or 9108446. OLE color: 9108446.

HSL color Cylindrical-coordinate representation of color #DEFB8A: hue angle of 75.4º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEFB8A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 251 138 -
CMYK 0.12 0 0.45 0.02
HSL 75.4º 0.93% 0.76% -
HSV(B) 75.4º 0.45% 0.98% -
XYZ 69.21 86.36 37.07 -
YUV 229.45 76.39 122.69 -
System Red Green Blue C M Y K H S L
Decimal 222 251 138 0.12 0 0.45 0.02 75.4 0.93 0.76
Hex DE FB 8A C 0 2D 2 4B 5D 4C
Octal 336 373 212 14 0 55 2 113 135 114
Binary 11011110 11111011 10001010 1100 0 101101 10 1001011 1011101 1001100

Color Harmonies of #DEFB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFB8A

Black with #DEFB8A

Text Example


Text Example

White with #DEFB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFB8A; }

 p { color: rgb(222,251,138); }

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

background-color css

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

 a { background-color: rgb(222,251,138); }

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

border-color css

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

 span { border-color: rgb(222,251,138); }

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