Html Css Color HEX #D7FBDD Off Green

📋 copy color: '#D7FBDD'

red 215 ◦ green 251 ◦ blue 221

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

Shades of Off Green #D7FBDD

Tints of Off Green #D7FBDD

RGB

 RED value IS 215 (84.38% from 255) = 31.3%

 GREEN value IS 251 (98.44% from 255) = 36.54%

 BLUE value IS 221 (86.72% from 255) = 32.17%

R = 31.3%
G = 36.54%
B = 32.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D7FBDD (or 0xD7FBDD) is known color: Off Green. HEX triplet: D7, FB and DD. RGB value is (215,251,221). Sum of RGB (Red+Green+Blue) = 215+251+221=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FBDD is #280422. Grayscale: #ECECEC. Windows color (decimal): -2622499 or 14547927. OLE color: 14547927.

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

Color convert

RGB 215 251 221 -
CMYK 0.14 0 0.12 0.02
HSL 130º 0.82% 0.91% -
HSV(B) 130º 0.14% 0.98% -
XYZ 75.57 88.66 81.54 -
YUV 236.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 215 251 221 0.14 0 0.12 0.02 130 0.82 0.91
Hex D7 FB DD E 0 C 2 82 52 5B
Octal 327 373 335 16 0 14 2 202 122 133
Binary 11010111 11111011 11011101 1110 0 1100 10 10000010 1010010 1011011

Color Harmonies of #D7FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7FBDD

Black with #D7FBDD

Text Example


Text Example

White with #D7FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7FBDD; }

 p { color: rgb(215,251,221); }

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

background-color css

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

 a { background-color: rgb(215,251,221); }

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

border-color css

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

 span { border-color: rgb(215,251,221); }

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