Html Css Color HEX #D9FDDF Off Green

📋 copy color: '#D9FDDF'

red 217 ◦ green 253 ◦ blue 223

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

Shades of Off Green #D9FDDF

Tints of Off Green #D9FDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.51%

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

R = 31.31%
G = 36.51%
B = 32.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#D9FDDF (or 0xD9FDDF) is known color: Off Green. HEX triplet: D9, FD and DF. RGB value is (217,253,223). Sum of RGB (Red+Green+Blue) = 217+253+223=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDDF is #260220. Grayscale: #EEEEEE. Windows color (decimal): -2490913 or 14679513. OLE color: 14679513.

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

Color convert

RGB 217 253 223 -
CMYK 0.14 0 0.12 0.01
HSL 130º 0.9% 0.92% -
HSV(B) 130º 0.14% 0.99% -
XYZ 77.06 90.33 83.19 -
YUV 238.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 217 253 223 0.14 0 0.12 0.01 130 0.9 0.92
Hex D9 FD DF E 0 C 1 82 5A 5C
Octal 331 375 337 16 0 14 1 202 132 134
Binary 11011001 11111101 11011111 1110 0 1100 1 10000010 1011010 1011100

Color Harmonies of #D9FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FDDF

Black with #D9FDDF

Text Example


Text Example

White with #D9FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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