Html Css Color HEX #D9F2DD Off Green

📋 copy color: '#D9F2DD'

red 217 ◦ green 242 ◦ blue 221

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

Shades of Off Green #D9F2DD

Tints of Off Green #D9F2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.5%

R = 31.91%
G = 35.59%
B = 32.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#D9F2DD (or 0xD9F2DD) is known color: Off Green. HEX triplet: D9, F2 and DD. RGB value is (217,242,221). Sum of RGB (Red+Green+Blue) = 217+242+221=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2DD is #260D22. Grayscale: #E8E8E8. Windows color (decimal): -2493731 or 14545625. OLE color: 14545625.

HSL color Cylindrical-coordinate representation of color #D9F2DD: hue angle of 129.6º 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 #D9F2DD is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 221 -
CMYK 0.10 0 0.09 0.05
HSL 129.6º 0.49% 0.9% -
HSV(B) 129.6º 0.1% 0.95% -
XYZ 73.42 83.48 80.65 -
YUV 232.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 217 242 221 0.10 0 0.09 0.05 129.6 0.49 0.9
Hex D9 F2 DD A 0 9 5 82 31 5A
Octal 331 362 335 12 0 11 5 202 61 132
Binary 11011001 11110010 11011101 1010 0 1001 101 10000010 110001 1011010

Color Harmonies of #D9F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2DD

Black with #D9F2DD

Text Example


Text Example

White with #D9F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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