Html Css Color HEX #D5FFDB Off Green

📋 copy color: '#D5FFDB'

red 213 ◦ green 255 ◦ blue 219

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

Shades of Off Green #D5FFDB

Tints of Off Green #D5FFDB

RGB

 RED value IS 213 (83.59% from 255) = 31%

 GREEN value IS 255 (100% from 255) = 37.12%

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

R = 31%
G = 37.12%
B = 31.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#D5FFDB (or 0xD5FFDB) is known color: Off Green. HEX triplet: D5, FF and DB. RGB value is (213,255,219). Sum of RGB (Red+Green+Blue) = 213+255+219=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFDB is #2A0024. Grayscale: #EEEEEE. Windows color (decimal): -2752549 or 14417877. OLE color: 14417877.

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

Color convert

RGB 213 255 219 -
CMYK 0.16 0 0.14 0
HSL 128.57º 1% 0.92% -
HSV(B) 128.57º 0.16% 1% -
XYZ 75.99 90.78 80.54 -
YUV 238.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 213 255 219 0.16 0 0.14 0 128.57 1 0.92
Hex D5 FF DB 10 0 E 0 81 64 5C
Octal 325 377 333 20 0 16 0 201 144 134
Binary 11010101 11111111 11011011 10000 0 1110 0 10000001 1100100 1011100

Color Harmonies of #D5FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FFDB

Black with #D5FFDB

Text Example


Text Example

White with #D5FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FFDB; }

 p { color: rgb(213,255,219); }

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

background-color css

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

 a { background-color: rgb(213,255,219); }

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

border-color css

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

 span { border-color: rgb(213,255,219); }

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