Html Css Color HEX #D9F2DF Off Green

📋 copy color: '#D9F2DF'

red 217 ◦ green 242 ◦ blue 223

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

Shades of Off Green #D9F2DF

Tints of Off Green #D9F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.48%

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

R = 31.82%
G = 35.48%
B = 32.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#D9F2DF (or 0xD9F2DF) is known color: Off Green. HEX triplet: D9, F2 and DF. RGB value is (217,242,223). Sum of RGB (Red+Green+Blue) = 217+242+223=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2DF is #260D20. Grayscale: #E8E8E8. Windows color (decimal): -2493729 or 14676697. OLE color: 14676697.

HSL color Cylindrical-coordinate representation of color #D9F2DF: hue angle of 134.4º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F2DF is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 223 -
CMYK 0.10 0 0.08 0.05
HSL 134.4º 0.49% 0.9% -
HSV(B) 134.4º 0.1% 0.95% -
XYZ 73.69 83.58 82.06 -
YUV 232.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 217 242 223 0.10 0 0.08 0.05 134.4 0.49 0.9
Hex D9 F2 DF A 0 8 5 86 31 5A
Octal 331 362 337 12 0 10 5 206 61 132
Binary 11011001 11110010 11011111 1010 0 1000 101 10000110 110001 1011010

Color Harmonies of #D9F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2DF

Black with #D9F2DF

Text Example


Text Example

White with #D9F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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