Html Css Color HEX #D5FEDA Off Green

📋 copy color: '#D5FEDA'

red 213 ◦ green 254 ◦ blue 218

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

Shades of Off Green #D5FEDA

Tints of Off Green #D5FEDA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.08%

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

R = 31.09%
G = 37.08%
B = 31.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#D5FEDA (or 0xD5FEDA) is known color: Off Green. HEX triplet: D5, FE and DA. RGB value is (213,254,218). Sum of RGB (Red+Green+Blue) = 213+254+218=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FEDA is #2A0125. Grayscale: #EDEDED. Windows color (decimal): -2752806 or 14352085. OLE color: 14352085.

HSL color Cylindrical-coordinate representation of color #D5FEDA: hue angle of 127.32º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FEDA is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 254 218 -
CMYK 0.16 0 0.14 0.00
HSL 127.32º 0.95% 0.92% -
HSV(B) 127.32º 0.16% 1% -
XYZ 75.54 90.09 79.74 -
YUV 237.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 213 254 218 0.16 0 0.14 0.00 127.32 0.95 0.92
Hex D5 FE DA 10 0 E 0 7F 5F 5C
Octal 325 376 332 20 0 16 0 177 137 134
Binary 11010101 11111110 11011010 10000 0 1110 0 1111111 1011111 1011100

Color Harmonies of #D5FEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FEDA

Black with #D5FEDA

Text Example


Text Example

White with #D5FEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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