Html Css Color HEX #D5F3DD Off Green

📋 copy color: '#D5F3DD'

red 213 ◦ green 243 ◦ blue 221

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

Shades of Off Green #D5F3DD

Tints of Off Green #D5F3DD

RGB

 RED value IS 213 (83.59% from 255) = 31.46%

 GREEN value IS 243 (95.31% from 255) = 35.89%

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

R = 31.46%
G = 35.89%
B = 32.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#D5F3DD (or 0xD5F3DD) is known color: Off Green. HEX triplet: D5, F3 and DD. RGB value is (213,243,221). Sum of RGB (Red+Green+Blue) = 213+243+221=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F3DD is #2A0C22. Grayscale: #E7E7E7. Windows color (decimal): -2755619 or 14545877. OLE color: 14545877.

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

Color convert

RGB 213 243 221 -
CMYK 0.12 0 0.09 0.05
HSL 136º 0.56% 0.89% -
HSV(B) 136º 0.12% 0.95% -
XYZ 72.54 83.47 80.69 -
YUV 231.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 213 243 221 0.12 0 0.09 0.05 136 0.56 0.89
Hex D5 F3 DD C 0 9 5 88 38 59
Octal 325 363 335 14 0 11 5 210 70 131
Binary 11010101 11110011 11011101 1100 0 1001 101 10001000 111000 1011001

Color Harmonies of #D5F3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F3DD

Black with #D5F3DD

Text Example


Text Example

White with #D5F3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F3DD; }

 p { color: rgb(213,243,221); }

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

background-color css

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

 a { background-color: rgb(213,243,221); }

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

border-color css

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

 span { border-color: rgb(213,243,221); }

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