Html Css Color HEX #D5FCDA Off Green

📋 copy color: '#D5FCDA'

red 213 ◦ green 252 ◦ blue 218

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

Shades of Off Green #D5FCDA

Tints of Off Green #D5FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.9%

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

R = 31.19%
G = 36.9%
B = 31.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#D5FCDA (or 0xD5FCDA) is known color: Off Green. HEX triplet: D5, FC and DA. RGB value is (213,252,218). Sum of RGB (Red+Green+Blue) = 213+252+218=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCDA is #2A0325. Grayscale: #ECECEC. Windows color (decimal): -2753318 or 14351573. OLE color: 14351573.

HSL color Cylindrical-coordinate representation of color #D5FCDA: hue angle of 127.69º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FCDA is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 252 218 -
CMYK 0.15 0 0.13 0.01
HSL 127.69º 0.87% 0.91% -
HSV(B) 127.69º 0.15% 0.99% -
XYZ 74.91 88.83 79.53 -
YUV 236.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 213 252 218 0.15 0 0.13 0.01 127.69 0.87 0.91
Hex D5 FC DA F 0 D 1 80 57 5B
Octal 325 374 332 17 0 15 1 200 127 133
Binary 11010101 11111100 11011010 1111 0 1101 1 10000000 1010111 1011011

Color Harmonies of #D5FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FCDA

Black with #D5FCDA

Text Example


Text Example

White with #D5FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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