Html Css Color HEX #DEFA8D Tidal

📋 copy color: '#DEFA8D'

red 222 ◦ green 250 ◦ blue 141

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

Shades of Tidal #DEFA8D

Tints of Tidal #DEFA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23%

R = 36.22%
G = 40.78%
B = 23%

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

#DEFA8D (or 0xDEFA8D) is known color: Tidal. HEX triplet: DE, FA and 8D. RGB value is (222,250,141). Sum of RGB (Red+Green+Blue) = 222+250+141=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA8D is #210572. Grayscale: #E5E5E5. Windows color (decimal): -2164083 or 9304798. OLE color: 9304798.

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

Color convert

RGB 222 250 141 -
CMYK 0.11 0 0.44 0.02
HSL 75.41º 0.92% 0.77% -
HSV(B) 75.41º 0.44% 0.98% -
XYZ 69.12 85.82 38.12 -
YUV 229.2 78.22 122.86 -
System Red Green Blue C M Y K H S L
Decimal 222 250 141 0.11 0 0.44 0.02 75.41 0.92 0.77
Hex DE FA 8D B 0 2C 2 4B 5C 4D
Octal 336 372 215 13 0 54 2 113 134 115
Binary 11011110 11111010 10001101 1011 0 101100 10 1001011 1011100 1001101

Color Harmonies of #DEFA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA8D

Black with #DEFA8D

Text Example


Text Example

White with #DEFA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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