Html Css Color HEX #D5F6DC Off Green

📋 copy color: '#D5F6DC'

red 213 ◦ green 246 ◦ blue 220

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

Shades of Off Green #D5F6DC

Tints of Off Green #D5F6DC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.23%

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

R = 31.37%
G = 36.23%
B = 32.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#D5F6DC (or 0xD5F6DC) is known color: Off Green. HEX triplet: D5, F6 and DC. RGB value is (213,246,220). Sum of RGB (Red+Green+Blue) = 213+246+220=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 246 (96.48% from 255 or 36.23% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F6DC is #2A0923. Grayscale: #E9E9E9. Windows color (decimal): -2754852 or 14481109. OLE color: 14481109.

HSL color Cylindrical-coordinate representation of color #D5F6DC: hue angle of 132.73º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F6DC is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 246 220 -
CMYK 0.13 0 0.11 0.04
HSL 132.73º 0.65% 0.9% -
HSV(B) 132.73º 0.13% 0.96% -
XYZ 73.31 85.22 80.3 -
YUV 233.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 213 246 220 0.13 0 0.11 0.04 132.73 0.65 0.9
Hex D5 F6 DC D 0 B 4 85 41 5A
Octal 325 366 334 15 0 13 4 205 101 132
Binary 11010101 11110110 11011100 1101 0 1011 100 10000101 1000001 1011010

Color Harmonies of #D5F6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F6DC

Black with #D5F6DC

Text Example


Text Example

White with #D5F6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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