Html Css Color HEX #D9FBDD Off Green

📋 copy color: '#D9FBDD'

red 217 ◦ green 251 ◦ blue 221

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

Shades of Off Green #D9FBDD

Tints of Off Green #D9FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.43%

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

R = 31.49%
G = 36.43%
B = 32.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D9FBDD (or 0xD9FBDD) is known color: Off Green. HEX triplet: D9, FB and DD. RGB value is (217,251,221). Sum of RGB (Red+Green+Blue) = 217+251+221=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FBDD is #260422. Grayscale: #EDEDED. Windows color (decimal): -2491427 or 14547929. OLE color: 14547929.

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

Color convert

RGB 217 251 221 -
CMYK 0.14 0 0.12 0.02
HSL 127.06º 0.81% 0.92% -
HSV(B) 127.06º 0.14% 0.98% -
XYZ 76.16 88.97 81.56 -
YUV 237.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 217 251 221 0.14 0 0.12 0.02 127.06 0.81 0.92
Hex D9 FB DD E 0 C 2 7F 51 5C
Octal 331 373 335 16 0 14 2 177 121 134
Binary 11011001 11111011 11011101 1110 0 1100 10 1111111 1010001 1011100

Color Harmonies of #D9FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FBDD

Black with #D9FBDD

Text Example


Text Example

White with #D9FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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