Html Css Color HEX #DEF88D Tidal

📋 copy color: '#DEF88D'

red 222 ◦ green 248 ◦ blue 141

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

Shades of Tidal #DEF88D

Tints of Tidal #DEF88D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.59%

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

R = 36.33%
G = 40.59%
B = 23.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#DEF88D (or 0xDEF88D) is known color: Tidal. HEX triplet: DE, F8 and 8D. RGB value is (222,248,141). Sum of RGB (Red+Green+Blue) = 222+248+141=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF88D is #210772. Grayscale: #E4E4E4. Windows color (decimal): -2164595 or 9304286. OLE color: 9304286.

HSL color Cylindrical-coordinate representation of color #DEF88D: hue angle of 74.58º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEF88D is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 141 -
CMYK 0.10 0 0.43 0.03
HSL 74.58º 0.88% 0.76% -
HSV(B) 74.58º 0.43% 0.97% -
XYZ 68.5 84.59 37.92 -
YUV 228.03 78.89 123.7 -
System Red Green Blue C M Y K H S L
Decimal 222 248 141 0.10 0 0.43 0.03 74.58 0.88 0.76
Hex DE F8 8D A 0 2B 3 4B 58 4C
Octal 336 370 215 12 0 53 3 113 130 114
Binary 11011110 11111000 10001101 1010 0 101011 11 1001011 1011000 1001100

Color Harmonies of #DEF88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF88D

Black with #DEF88D

Text Example


Text Example

White with #DEF88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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