Html Css Color HEX #D5FADC Off Green

📋 copy color: '#D5FADC'

red 213 ◦ green 250 ◦ blue 220

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

Shades of Off Green #D5FADC

Tints of Off Green #D5FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.6%

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

R = 31.19%
G = 36.6%
B = 32.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#D5FADC (or 0xD5FADC) is known color: Off Green. HEX triplet: D5, FA and DC. RGB value is (213,250,220). Sum of RGB (Red+Green+Blue) = 213+250+220=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FADC is #2A0523. Grayscale: #EBEBEB. Windows color (decimal): -2753828 or 14482133. OLE color: 14482133.

HSL color Cylindrical-coordinate representation of color #D5FADC: hue angle of 131.35º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FADC is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 220 -
CMYK 0.15 0 0.12 0.02
HSL 131.35º 0.79% 0.91% -
HSV(B) 131.35º 0.15% 0.98% -
XYZ 74.54 87.68 80.71 -
YUV 235.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 213 250 220 0.15 0 0.12 0.02 131.35 0.79 0.91
Hex D5 FA DC F 0 C 2 83 4F 5B
Octal 325 372 334 17 0 14 2 203 117 133
Binary 11010101 11111010 11011100 1111 0 1100 10 10000011 1001111 1011011

Color Harmonies of #D5FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FADC

Black with #D5FADC

Text Example


Text Example

White with #D5FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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