Html Css Color HEX #DEF98A Tidal

📋 copy color: '#DEF98A'

red 222 ◦ green 249 ◦ blue 138

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

Shades of Tidal #DEF98A

Tints of Tidal #DEF98A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.89%

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

R = 36.45%
G = 40.89%
B = 22.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#DEF98A (or 0xDEF98A) is known color: Tidal. HEX triplet: DE, F9 and 8A. RGB value is (222,249,138). Sum of RGB (Red+Green+Blue) = 222+249+138=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF98A is #210675. Grayscale: #E4E4E4. Windows color (decimal): -2164342 or 9107934. OLE color: 9107934.

HSL color Cylindrical-coordinate representation of color #DEF98A: hue angle of 74.59º degrees, saturation: 0.9, 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 #DEF98A is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 138 -
CMYK 0.11 0 0.45 0.02
HSL 74.59º 0.9% 0.76% -
HSV(B) 74.59º 0.45% 0.98% -
XYZ 68.59 85.12 36.86 -
YUV 228.27 77.05 123.53 -
System Red Green Blue C M Y K H S L
Decimal 222 249 138 0.11 0 0.45 0.02 74.59 0.9 0.76
Hex DE F9 8A B 0 2D 2 4B 5A 4C
Octal 336 371 212 13 0 55 2 113 132 114
Binary 11011110 11111001 10001010 1011 0 101101 10 1001011 1011010 1001100

Color Harmonies of #DEF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF98A

Black with #DEF98A

Text Example


Text Example

White with #DEF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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