Html Css Color HEX #D0F9D5 Off Green

📋 copy color: '#D0F9D5'

red 208 ◦ green 249 ◦ blue 213

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

Shades of Off Green #D0F9D5

Tints of Off Green #D0F9D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.79%

R = 31.04%
G = 37.16%
B = 31.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#D0F9D5 (or 0xD0F9D5) is known color: Off Green. HEX triplet: D0, F9 and D5. RGB value is (208,249,213). Sum of RGB (Red+Green+Blue) = 208+249+213=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9D5 is #2F062A. Grayscale: #E8E8E8. Windows color (decimal): -3081771 or 14023120. OLE color: 14023120.

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

Color convert

RGB 208 249 213 -
CMYK 0.16 0 0.14 0.02
HSL 127.32º 0.77% 0.9% -
HSV(B) 127.32º 0.16% 0.98% -
XYZ 71.9 85.97 75.75 -
YUV 232.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 208 249 213 0.16 0 0.14 0.02 127.32 0.77 0.9
Hex D0 F9 D5 10 0 E 2 7F 4D 5A
Octal 320 371 325 20 0 16 2 177 115 132
Binary 11010000 11111001 11010101 10000 0 1110 10 1111111 1001101 1011010

Color Harmonies of #D0F9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F9D5

Black with #D0F9D5

Text Example


Text Example

White with #D0F9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F9D5; }

 p { color: rgb(208,249,213); }

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

background-color css

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

 a { background-color: rgb(208,249,213); }

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

border-color css

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

 span { border-color: rgb(208,249,213); }

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