Html Css Color HEX #D6FEDA Off Green

📋 copy color: '#D6FEDA'

red 214 ◦ green 254 ◦ blue 218

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

Shades of Off Green #D6FEDA

Tints of Off Green #D6FEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.78%

R = 31.2%
G = 37.03%
B = 31.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#D6FEDA (or 0xD6FEDA) is known color: Off Green. HEX triplet: D6, FE and DA. RGB value is (214,254,218). Sum of RGB (Red+Green+Blue) = 214+254+218=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FEDA is #290125. Grayscale: #EEEEEE. Windows color (decimal): -2687270 or 14352086. OLE color: 14352086.

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

Color convert

RGB 214 254 218 -
CMYK 0.16 0 0.14 0.00
HSL 126º 0.95% 0.92% -
HSV(B) 126º 0.16% 1% -
XYZ 75.83 90.24 79.75 -
YUV 237.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 214 254 218 0.16 0 0.14 0.00 126 0.95 0.92
Hex D6 FE DA 10 0 E 0 7E 5F 5C
Octal 326 376 332 20 0 16 0 176 137 134
Binary 11010110 11111110 11011010 10000 0 1110 0 1111110 1011111 1011100

Color Harmonies of #D6FEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FEDA

Black with #D6FEDA

Text Example


Text Example

White with #D6FEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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