Html Css Color HEX #D9FCDF Off Green

📋 copy color: '#D9FCDF'

red 217 ◦ green 252 ◦ blue 223

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

Shades of Off Green #D9FCDF

Tints of Off Green #D9FCDF

RGB

 RED value IS 217 (85.16% from 255) = 31.36%

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

 BLUE value IS 223 (87.5% from 255) = 32.23%

R = 31.36%
G = 36.42%
B = 32.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#D9FCDF (or 0xD9FCDF) is known color: Off Green. HEX triplet: D9, FC and DF. RGB value is (217,252,223). Sum of RGB (Red+Green+Blue) = 217+252+223=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FCDF is #260320. Grayscale: #EEEEEE. Windows color (decimal): -2491169 or 14679257. OLE color: 14679257.

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

Color convert

RGB 217 252 223 -
CMYK 0.14 0 0.12 0.01
HSL 130.29º 0.85% 0.92% -
HSV(B) 130.29º 0.14% 0.99% -
XYZ 76.74 89.7 83.08 -
YUV 238.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 217 252 223 0.14 0 0.12 0.01 130.29 0.85 0.92
Hex D9 FC DF E 0 C 1 82 55 5C
Octal 331 374 337 16 0 14 1 202 125 134
Binary 11011001 11111100 11011111 1110 0 1100 1 10000010 1010101 1011100

Color Harmonies of #D9FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FCDF

Black with #D9FCDF

Text Example


Text Example

White with #D9FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FCDF; }

 p { color: rgb(217,252,223); }

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

background-color css

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

 a { background-color: rgb(217,252,223); }

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

border-color css

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

 span { border-color: rgb(217,252,223); }

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