Html Css Color HEX #D9FBDF Off Green

📋 copy color: '#D9FBDF'

red 217 ◦ green 251 ◦ blue 223

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

Shades of Off Green #D9FBDF

Tints of Off Green #D9FBDF

RGB

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

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

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

R = 31.4%
G = 36.32%
B = 32.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#D9FBDF (or 0xD9FBDF) is known color: Off Green. HEX triplet: D9, FB and DF. RGB value is (217,251,223). Sum of RGB (Red+Green+Blue) = 217+251+223=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FBDF is #260420. Grayscale: #EDEDED. Windows color (decimal): -2491425 or 14679001. OLE color: 14679001.

HSL color Cylindrical-coordinate representation of color #D9FBDF: hue angle of 130.59º 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 #D9FBDF is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 251 223 -
CMYK 0.14 0 0.11 0.02
HSL 130.59º 0.81% 0.92% -
HSV(B) 130.59º 0.14% 0.98% -
XYZ 76.43 89.07 82.98 -
YUV 237.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 217 251 223 0.14 0 0.11 0.02 130.59 0.81 0.92
Hex D9 FB DF E 0 B 2 83 51 5C
Octal 331 373 337 16 0 13 2 203 121 134
Binary 11011001 11111011 11011111 1110 0 1011 10 10000011 1010001 1011100

Color Harmonies of #D9FBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FBDF

Black with #D9FBDF

Text Example


Text Example

White with #D9FBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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