Html Css Color HEX #DBF9DF Off Green

📋 copy color: '#DBF9DF'

red 219 ◦ green 249 ◦ blue 223

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

Shades of Off Green #DBF9DF

Tints of Off Green #DBF9DF

RGB

 RED value IS 219 (85.94% from 255) = 31.69%

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

 BLUE value IS 223 (87.5% from 255) = 32.27%

R = 31.69%
G = 36.03%
B = 32.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DBF9DF (or 0xDBF9DF) is known color: Off Green. HEX triplet: DB, F9 and DF. RGB value is (219,249,223). Sum of RGB (Red+Green+Blue) = 219+249+223=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9DF is #240620. Grayscale: #EDEDED. Windows color (decimal): -2360865 or 14678491. OLE color: 14678491.

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

Color convert

RGB 219 249 223 -
CMYK 0.12 0 0.10 0.02
HSL 128º 0.71% 0.92% -
HSV(B) 128º 0.12% 0.98% -
XYZ 76.41 88.14 82.8 -
YUV 237.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 219 249 223 0.12 0 0.10 0.02 128 0.71 0.92
Hex DB F9 DF C 0 A 2 80 47 5C
Octal 333 371 337 14 0 12 2 200 107 134
Binary 11011011 11111001 11011111 1100 0 1010 10 10000000 1000111 1011100

Color Harmonies of #DBF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9DF

Black with #DBF9DF

Text Example


Text Example

White with #DBF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9DF; }

 p { color: rgb(219,249,223); }

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

background-color css

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

 a { background-color: rgb(219,249,223); }

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

border-color css

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

 span { border-color: rgb(219,249,223); }

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