Html Css Color HEX #D0FDD8 Off Green

📋 copy color: '#D0FDD8'

red 208 ◦ green 253 ◦ blue 216

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

Shades of Off Green #D0FDD8

Tints of Off Green #D0FDD8

RGB

 RED value IS 208 (81.64% from 255) = 30.72%

 GREEN value IS 253 (99.22% from 255) = 37.37%

 BLUE value IS 216 (84.77% from 255) = 31.91%

R = 30.72%
G = 37.37%
B = 31.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#D0FDD8 (or 0xD0FDD8) is known color: Off Green. HEX triplet: D0, FD and D8. RGB value is (208,253,216). Sum of RGB (Red+Green+Blue) = 208+253+216=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDD8 is #2F0227. Grayscale: #EBEBEB. Windows color (decimal): -3080744 or 14220752. OLE color: 14220752.

HSL color Cylindrical-coordinate representation of color #D0FDD8: hue angle of 130.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FDD8 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 253 216 -
CMYK 0.18 0 0.15 0.01
HSL 130.67º 0.92% 0.9% -
HSV(B) 130.67º 0.18% 0.99% -
XYZ 73.53 88.62 78.2 -
YUV 235.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 208 253 216 0.18 0 0.15 0.01 130.67 0.92 0.9
Hex D0 FD D8 12 0 F 1 83 5C 5A
Octal 320 375 330 22 0 17 1 203 134 132
Binary 11010000 11111101 11011000 10010 0 1111 1 10000011 1011100 1011010

Color Harmonies of #D0FDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FDD8

Black with #D0FDD8

Text Example


Text Example

White with #D0FDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FDD8; }

 p { color: rgb(208,253,216); }

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

background-color css

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

 a { background-color: rgb(208,253,216); }

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

border-color css

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

 span { border-color: rgb(208,253,216); }

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