Html Css Color HEX #D6FBDD Off Green

📋 copy color: '#D6FBDD'

red 214 ◦ green 251 ◦ blue 221

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

Shades of Off Green #D6FBDD

Tints of Off Green #D6FBDD

RGB

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

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

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

R = 31.2%
G = 36.59%
B = 32.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D6FBDD (or 0xD6FBDD) is known color: Off Green. HEX triplet: D6, FB and DD. RGB value is (214,251,221). Sum of RGB (Red+Green+Blue) = 214+251+221=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FBDD is #290422. Grayscale: #ECECEC. Windows color (decimal): -2688035 or 14547926. OLE color: 14547926.

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

Color convert

RGB 214 251 221 -
CMYK 0.15 0 0.12 0.02
HSL 131.35º 0.82% 0.91% -
HSV(B) 131.35º 0.15% 0.98% -
XYZ 75.28 88.51 81.52 -
YUV 236.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 214 251 221 0.15 0 0.12 0.02 131.35 0.82 0.91
Hex D6 FB DD F 0 C 2 83 52 5B
Octal 326 373 335 17 0 14 2 203 122 133
Binary 11010110 11111011 11011101 1111 0 1100 10 10000011 1010010 1011011

Color Harmonies of #D6FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FBDD

Black with #D6FBDD

Text Example


Text Example

White with #D6FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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