Html Css Color HEX #DEFC8D Tidal

📋 copy color: '#DEFC8D'

red 222 ◦ green 252 ◦ blue 141

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

Shades of Tidal #DEFC8D

Tints of Tidal #DEFC8D

RGB

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

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

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

R = 36.1%
G = 40.98%
B = 22.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#DEFC8D (or 0xDEFC8D) is known color: Tidal. HEX triplet: DE, FC and 8D. RGB value is (222,252,141). Sum of RGB (Red+Green+Blue) = 222+252+141=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC8D is #210372. Grayscale: #E6E6E6. Windows color (decimal): -2163571 or 9305310. OLE color: 9305310.

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

Color convert

RGB 222 252 141 -
CMYK 0.12 0 0.44 0.01
HSL 76.22º 0.95% 0.77% -
HSV(B) 76.22º 0.44% 0.99% -
XYZ 69.74 87.07 38.33 -
YUV 230.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 222 252 141 0.12 0 0.44 0.01 76.22 0.95 0.77
Hex DE FC 8D C 0 2C 1 4C 5F 4D
Octal 336 374 215 14 0 54 1 114 137 115
Binary 11011110 11111100 10001101 1100 0 101100 1 1001100 1011111 1001101

Color Harmonies of #DEFC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFC8D

Black with #DEFC8D

Text Example


Text Example

White with #DEFC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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