Html Css Color HEX #D2F9DC Off Green

📋 copy color: '#D2F9DC'

red 210 ◦ green 249 ◦ blue 220

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

Shades of Off Green #D2F9DC

Tints of Off Green #D2F9DC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.67%

 BLUE value IS 220 (86.33% from 255) = 32.4%

R = 30.93%
G = 36.67%
B = 32.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D2F9DC (or 0xD2F9DC) is known color: Off Green. HEX triplet: D2, F9 and DC. RGB value is (210,249,220). Sum of RGB (Red+Green+Blue) = 210+249+220=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 249 (97.66% from 255 or 36.67% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F9DC is #2D0623. Grayscale: #EAEAEA. Windows color (decimal): -2950692 or 14481874. OLE color: 14481874.

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

Color convert

RGB 210 249 220 -
CMYK 0.16 0 0.12 0.02
HSL 135.38º 0.76% 0.9% -
HSV(B) 135.38º 0.16% 0.98% -
XYZ 73.37 86.62 80.56 -
YUV 234.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 210 249 220 0.16 0 0.12 0.02 135.38 0.76 0.9
Hex D2 F9 DC 10 0 C 2 87 4C 5A
Octal 322 371 334 20 0 14 2 207 114 132
Binary 11010010 11111001 11011100 10000 0 1100 10 10000111 1001100 1011010

Color Harmonies of #D2F9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F9DC

Black with #D2F9DC

Text Example


Text Example

White with #D2F9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F9DC; }

 p { color: rgb(210,249,220); }

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

background-color css

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

 a { background-color: rgb(210,249,220); }

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

border-color css

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

 span { border-color: rgb(210,249,220); }

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