Html Css Color HEX #D5FEAD Reef

📋 copy color: '#D5FEAD'

red 213 ◦ green 254 ◦ blue 173

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

Shades of Reef #D5FEAD

Tints of Reef #D5FEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.03%

R = 33.28%
G = 39.69%
B = 27.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#D5FEAD (or 0xD5FEAD) is known color: Reef. HEX triplet: D5, FE and AD. RGB value is (213,254,173). Sum of RGB (Red+Green+Blue) = 213+254+173=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FEAD is #2A0152. Grayscale: #E8E8E8. Windows color (decimal): -2752851 or 11402965. OLE color: 11402965.

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

Color convert

RGB 213 254 173 -
CMYK 0.16 0 0.32 0.00
HSL 90.37º 0.98% 0.84% -
HSV(B) 90.37º 0.32% 1% -
XYZ 70.43 88.05 52.82 -
YUV 232.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 213 254 173 0.16 0 0.32 0.00 90.37 0.98 0.84
Hex D5 FE AD 10 0 20 0 5A 62 54
Octal 325 376 255 20 0 40 0 132 142 124
Binary 11010101 11111110 10101101 10000 0 100000 0 1011010 1100010 1010100

Color Harmonies of #D5FEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FEAD

Black with #D5FEAD

Text Example


Text Example

White with #D5FEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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