Html Css Color HEX #DEFA8C Tidal

📋 copy color: '#DEFA8C'

red 222 ◦ green 250 ◦ blue 140

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

Shades of Tidal #DEFA8C

Tints of Tidal #DEFA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.88%

R = 36.27%
G = 40.85%
B = 22.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DEFA8C (or 0xDEFA8C) is known color: Tidal. HEX triplet: DE, FA and 8C. RGB value is (222,250,140). Sum of RGB (Red+Green+Blue) = 222+250+140=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA8C is #210573. Grayscale: #E5E5E5. Windows color (decimal): -2164084 or 9239262. OLE color: 9239262.

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

Color convert

RGB 222 250 140 -
CMYK 0.11 0 0.44 0.02
HSL 75.27º 0.92% 0.76% -
HSV(B) 75.27º 0.44% 0.98% -
XYZ 69.04 85.79 37.73 -
YUV 229.09 77.72 122.94 -
System Red Green Blue C M Y K H S L
Decimal 222 250 140 0.11 0 0.44 0.02 75.27 0.92 0.76
Hex DE FA 8C B 0 2C 2 4B 5C 4C
Octal 336 372 214 13 0 54 2 113 134 114
Binary 11011110 11111010 10001100 1011 0 101100 10 1001011 1011100 1001100

Color Harmonies of #DEFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA8C

Black with #DEFA8C

Text Example


Text Example

White with #DEFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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