Html Css Color HEX #D7F2DD Off Green

📋 copy color: '#D7F2DD'

red 215 ◦ green 242 ◦ blue 221

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

Shades of Off Green #D7F2DD

Tints of Off Green #D7F2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.69%

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

R = 31.71%
G = 35.69%
B = 32.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#D7F2DD (or 0xD7F2DD) is known color: Off Green. HEX triplet: D7, F2 and DD. RGB value is (215,242,221). Sum of RGB (Red+Green+Blue) = 215+242+221=678 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.71% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2DD is #280D22. Grayscale: #E7E7E7. Windows color (decimal): -2624803 or 14545623. OLE color: 14545623.

HSL color Cylindrical-coordinate representation of color #D7F2DD: hue angle of 133.33º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F2DD is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 242 221 -
CMYK 0.11 0 0.09 0.05
HSL 133.33º 0.51% 0.9% -
HSV(B) 133.33º 0.11% 0.95% -
XYZ 72.83 83.17 80.62 -
YUV 231.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 215 242 221 0.11 0 0.09 0.05 133.33 0.51 0.9
Hex D7 F2 DD B 0 9 5 85 33 5A
Octal 327 362 335 13 0 11 5 205 63 132
Binary 11010111 11110010 11011101 1011 0 1001 101 10000101 110011 1011010

Color Harmonies of #D7F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F2DD

Black with #D7F2DD

Text Example


Text Example

White with #D7F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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