Html Css Color HEX #D6FEDC Off Green

📋 copy color: '#D6FEDC'

red 214 ◦ green 254 ◦ blue 220

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

Shades of Off Green #D6FEDC

Tints of Off Green #D6FEDC

RGB

 RED value IS 214 (83.98% from 255) = 31.1%

 GREEN value IS 254 (99.61% from 255) = 36.92%

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

R = 31.1%
G = 36.92%
B = 31.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#D6FEDC (or 0xD6FEDC) is known color: Off Green. HEX triplet: D6, FE and DC. RGB value is (214,254,220). Sum of RGB (Red+Green+Blue) = 214+254+220=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FEDC is #290123. Grayscale: #EEEEEE. Windows color (decimal): -2687268 or 14483158. OLE color: 14483158.

HSL color Cylindrical-coordinate representation of color #D6FEDC: hue angle of 129º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FEDC is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 254 220 -
CMYK 0.16 0 0.13 0.00
HSL 129º 0.95% 0.92% -
HSV(B) 129º 0.16% 1% -
XYZ 76.09 90.35 81.14 -
YUV 238.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 214 254 220 0.16 0 0.13 0.00 129 0.95 0.92
Hex D6 FE DC 10 0 D 0 81 5F 5C
Octal 326 376 334 20 0 15 0 201 137 134
Binary 11010110 11111110 11011100 10000 0 1101 0 10000001 1011111 1011100

Color Harmonies of #D6FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FEDC

Black with #D6FEDC

Text Example


Text Example

White with #D6FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FEDC; }

 p { color: rgb(214,254,220); }

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

background-color css

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

 a { background-color: rgb(214,254,220); }

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

border-color css

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

 span { border-color: rgb(214,254,220); }

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