Html Css Color HEX #D4FEDB Off Green

📋 copy color: '#D4FEDB'

red 212 ◦ green 254 ◦ blue 219

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

Shades of Off Green #D4FEDB

Tints of Off Green #D4FEDB

RGB

 RED value IS 212 (83.2% from 255) = 30.95%

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

 BLUE value IS 219 (85.94% from 255) = 31.97%

R = 30.95%
G = 37.08%
B = 31.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#D4FEDB (or 0xD4FEDB) is known color: Off Green. HEX triplet: D4, FE and DB. RGB value is (212,254,219). Sum of RGB (Red+Green+Blue) = 212+254+219=685 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.95% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FEDB is #2B0124. Grayscale: #EDEDED. Windows color (decimal): -2818341 or 14417620. OLE color: 14417620.

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

Color convert

RGB 212 254 219 -
CMYK 0.17 0 0.14 0.00
HSL 130º 0.95% 0.91% -
HSV(B) 130º 0.17% 1% -
XYZ 75.38 90 80.42 -
YUV 237.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 212 254 219 0.17 0 0.14 0.00 130 0.95 0.91
Hex D4 FE DB 11 0 E 0 82 5F 5B
Octal 324 376 333 21 0 16 0 202 137 133
Binary 11010100 11111110 11011011 10001 0 1110 0 10000010 1011111 1011011

Color Harmonies of #D4FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FEDB

Black with #D4FEDB

Text Example


Text Example

White with #D4FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FEDB; }

 p { color: rgb(212,254,219); }

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

background-color css

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

 a { background-color: rgb(212,254,219); }

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

border-color css

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

 span { border-color: rgb(212,254,219); }

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