Html Css Color HEX #D5F8DA Off Green

📋 copy color: '#D5F8DA'

red 213 ◦ green 248 ◦ blue 218

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

Shades of Off Green #D5F8DA

Tints of Off Green #D5F8DA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.52%

 BLUE value IS 218 (85.55% from 255) = 32.11%

R = 31.37%
G = 36.52%
B = 32.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#D5F8DA (or 0xD5F8DA) is known color: Off Green. HEX triplet: D5, F8 and DA. RGB value is (213,248,218). Sum of RGB (Red+Green+Blue) = 213+248+218=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F8DA is #2A0725. Grayscale: #EAEAEA. Windows color (decimal): -2754342 or 14350549. OLE color: 14350549.

HSL color Cylindrical-coordinate representation of color #D5F8DA: hue angle of 128.57º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F8DA is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 248 218 -
CMYK 0.14 0 0.12 0.03
HSL 128.57º 0.71% 0.9% -
HSV(B) 128.57º 0.14% 0.97% -
XYZ 73.66 86.34 79.11 -
YUV 234.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 213 248 218 0.14 0 0.12 0.03 128.57 0.71 0.9
Hex D5 F8 DA E 0 C 3 81 47 5A
Octal 325 370 332 16 0 14 3 201 107 132
Binary 11010101 11111000 11011010 1110 0 1100 11 10000001 1000111 1011010

Color Harmonies of #D5F8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F8DA

Black with #D5F8DA

Text Example


Text Example

White with #D5F8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F8DA; }

 p { color: rgb(213,248,218); }

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

background-color css

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

 a { background-color: rgb(213,248,218); }

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

border-color css

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

 span { border-color: rgb(213,248,218); }

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