#D5ED93

Color #D5ED93 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D5ED93

Tints of Reef #D5ED93

Color information

#D5ED93 (or 0xD5ED93) is unknown color: approx Reef. HEX triplet: D5, ED and 93. RGB value is (213,237,147). Sum of RGB (Red+Green+Blue) = 213+237+147=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ED93 is #2A126C. Grayscale: #DBDBDB. Windows color (decimal): -2757229 or 9694677. OLE color: 9694677.

HSL color Cylindrical-coordinate representation of color #D5ED93: hue angle of 76º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5ED93 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB213237147-
CMYK0.1000.380.07
HSL76º71.43%75.29%-
HSV(B)76º37.97%92.94%-
XYZ62.9976.8239.11-
YUV219.5687.05123.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.68%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 147 (57.81% from 255) = 24.62%
R=35.68%
G=39.70%
B=24.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132371470.1000.380.077671.4375.29
HexD5ED93A02674c474b
Octal325355223120467114107113
Binary11010101111011011001001110100100110111100110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ED93; }

 p { color: rgb(213,237,147); }

 H1.HeaderClassName
 {
   color: #D5ED93;
 }
 .AnyTagClassName
 {
   color: #D5ED93;
 }
</style>
background-color css

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

 a { background-color: rgb(213,237,147); }

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

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

 span { border-color: rgb(213,237,147); }

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