Html Css Color HEX #D6FEDB Off Green

📋 copy color: '#D6FEDB'

red 214 ◦ green 254 ◦ blue 219

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

Shades of Off Green #D6FEDB

Tints of Off Green #D6FEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.88%

R = 31.15%
G = 36.97%
B = 31.88%

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

#D6FEDB (or 0xD6FEDB) is known color: Off Green. HEX triplet: D6, FE and DB. RGB value is (214,254,219). Sum of RGB (Red+Green+Blue) = 214+254+219=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FEDB is #290124. Grayscale: #EEEEEE. Windows color (decimal): -2687269 or 14417622. OLE color: 14417622.

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

Color convert

RGB 214 254 219 -
CMYK 0.16 0 0.14 0.00
HSL 127.5º 0.95% 0.92% -
HSV(B) 127.5º 0.16% 1% -
XYZ 75.96 90.29 80.44 -
YUV 238.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 214 254 219 0.16 0 0.14 0.00 127.5 0.95 0.92
Hex D6 FE DB 10 0 E 0 80 5F 5C
Octal 326 376 333 20 0 16 0 200 137 134
Binary 11010110 11111110 11011011 10000 0 1110 0 10000000 1011111 1011100

Color Harmonies of #D6FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FEDB

Black with #D6FEDB

Text Example


Text Example

White with #D6FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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