Html Css Color HEX #DEFC8A Tidal

📋 copy color: '#DEFC8A'

red 222 ◦ green 252 ◦ blue 138

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

Shades of Tidal #DEFC8A

Tints of Tidal #DEFC8A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.18%

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

R = 36.27%
G = 41.18%
B = 22.55%

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

#DEFC8A (or 0xDEFC8A) is known color: Tidal. HEX triplet: DE, FC and 8A. RGB value is (222,252,138). Sum of RGB (Red+Green+Blue) = 222+252+138=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC8A is #210375. Grayscale: #E6E6E6. Windows color (decimal): -2163574 or 9108702. OLE color: 9108702.

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

Color convert

RGB 222 252 138 -
CMYK 0.12 0 0.45 0.01
HSL 75.79º 0.95% 0.76% -
HSV(B) 75.79º 0.45% 0.99% -
XYZ 69.52 86.99 37.17 -
YUV 230.03 76.06 122.27 -
System Red Green Blue C M Y K H S L
Decimal 222 252 138 0.12 0 0.45 0.01 75.79 0.95 0.76
Hex DE FC 8A C 0 2D 1 4C 5F 4C
Octal 336 374 212 14 0 55 1 114 137 114
Binary 11011110 11111100 10001010 1100 0 101101 1 1001100 1011111 1001100

Color Harmonies of #DEFC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFC8A

Black with #DEFC8A

Text Example


Text Example

White with #DEFC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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