Html Css Color HEX #D5F2DC Off Green

📋 copy color: '#D5F2DC'

red 213 ◦ green 242 ◦ blue 220

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

Shades of Off Green #D5F2DC

Tints of Off Green #D5F2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.59%

R = 31.56%
G = 35.85%
B = 32.59%

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

#D5F2DC (or 0xD5F2DC) is known color: Off Green. HEX triplet: D5, F2 and DC. RGB value is (213,242,220). Sum of RGB (Red+Green+Blue) = 213+242+220=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2DC is #2A0D23. Grayscale: #E6E6E6. Windows color (decimal): -2755876 or 14480085. OLE color: 14480085.

HSL color Cylindrical-coordinate representation of color #D5F2DC: hue angle of 134.48º degrees, saturation: 0.53, 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 #D5F2DC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 220 -
CMYK 0.12 0 0.09 0.05
HSL 134.48º 0.53% 0.89% -
HSV(B) 134.48º 0.12% 0.95% -
XYZ 72.11 82.82 79.89 -
YUV 230.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 213 242 220 0.12 0 0.09 0.05 134.48 0.53 0.89
Hex D5 F2 DC C 0 9 5 86 35 59
Octal 325 362 334 14 0 11 5 206 65 131
Binary 11010101 11110010 11011100 1100 0 1001 101 10000110 110101 1011001

Color Harmonies of #D5F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2DC

Black with #D5F2DC

Text Example


Text Example

White with #D5F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2DC; }

 p { color: rgb(213,242,220); }

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

background-color css

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

 a { background-color: rgb(213,242,220); }

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

border-color css

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

 span { border-color: rgb(213,242,220); }

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