Html Css Color HEX #D2FDD9 Off Green

📋 copy color: '#D2FDD9'

red 210 ◦ green 253 ◦ blue 217

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

Shades of Off Green #D2FDD9

Tints of Off Green #D2FDD9

RGB

 RED value IS 210 (82.42% from 255) = 30.88%

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

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

R = 30.88%
G = 37.21%
B = 31.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#D2FDD9 (or 0xD2FDD9) is known color: Off Green. HEX triplet: D2, FD and D9. RGB value is (210,253,217). Sum of RGB (Red+Green+Blue) = 210+253+217=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FDD9 is #2D0226. Grayscale: #ECECEC. Windows color (decimal): -2949671 or 14286290. OLE color: 14286290.

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

Color convert

RGB 210 253 217 -
CMYK 0.17 0 0.14 0.01
HSL 129.77º 0.91% 0.91% -
HSV(B) 129.77º 0.17% 0.99% -
XYZ 74.23 88.96 78.9 -
YUV 236.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 210 253 217 0.17 0 0.14 0.01 129.77 0.91 0.91
Hex D2 FD D9 11 0 E 1 82 5B 5B
Octal 322 375 331 21 0 16 1 202 133 133
Binary 11010010 11111101 11011001 10001 0 1110 1 10000010 1011011 1011011

Color Harmonies of #D2FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FDD9

Black with #D2FDD9

Text Example


Text Example

White with #D2FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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