Html Css Color HEX #D9F0DF Off Green

📋 copy color: '#D9F0DF'

red 217 ◦ green 240 ◦ blue 223

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

Shades of Off Green #D9F0DF

Tints of Off Green #D9F0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.29%

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

R = 31.91%
G = 35.29%
B = 32.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#D9F0DF (or 0xD9F0DF) is known color: Off Green. HEX triplet: D9, F0 and DF. RGB value is (217,240,223). Sum of RGB (Red+Green+Blue) = 217+240+223=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F0DF is #260F20. Grayscale: #E7E7E7. Windows color (decimal): -2494241 or 14676185. OLE color: 14676185.

HSL color Cylindrical-coordinate representation of color #D9F0DF: hue angle of 135.65º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F0DF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 240 223 -
CMYK 0.10 0 0.07 0.06
HSL 135.65º 0.43% 0.9% -
HSV(B) 135.65º 0.1% 0.94% -
XYZ 73.09 82.4 81.86 -
YUV 231.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 217 240 223 0.10 0 0.07 0.06 135.65 0.43 0.9
Hex D9 F0 DF A 0 7 6 88 2B 5A
Octal 331 360 337 12 0 7 6 210 53 132
Binary 11011001 11110000 11011111 1010 0 111 110 10001000 101011 1011010

Color Harmonies of #D9F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F0DF

Black with #D9F0DF

Text Example


Text Example

White with #D9F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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