Html Css Color HEX #DEFD8A Tidal

📋 copy color: '#DEFD8A'

red 222 ◦ green 253 ◦ blue 138

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

Shades of Tidal #DEFD8A

Tints of Tidal #DEFD8A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.27%

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

R = 36.22%
G = 41.27%
B = 22.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#DEFD8A (or 0xDEFD8A) is known color: Tidal. HEX triplet: DE, FD and 8A. RGB value is (222,253,138). Sum of RGB (Red+Green+Blue) = 222+253+138=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 138 (54.30% from 255 or 22.51% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFD8A is #210275. Grayscale: #E7E7E7. Windows color (decimal): -2163318 or 9108958. OLE color: 9108958.

HSL color Cylindrical-coordinate representation of color #DEFD8A: hue angle of 76.17º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEFD8A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 253 138 -
CMYK 0.12 0 0.45 0.01
HSL 76.17º 0.97% 0.77% -
HSV(B) 76.17º 0.45% 0.99% -
XYZ 69.84 87.62 37.28 -
YUV 230.62 75.73 121.85 -
System Red Green Blue C M Y K H S L
Decimal 222 253 138 0.12 0 0.45 0.01 76.17 0.97 0.77
Hex DE FD 8A C 0 2D 1 4C 61 4D
Octal 336 375 212 14 0 55 1 114 141 115
Binary 11011110 11111101 10001010 1100 0 101101 1 1001100 1100001 1001101

Color Harmonies of #DEFD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD8A

Black with #DEFD8A

Text Example


Text Example

White with #DEFD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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