#D5E993

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

Shades of Reef #D5E993

Tints of Reef #D5E993

Color information

#D5E993 (or 0xD5E993) is unknown color: approx Reef. HEX triplet: D5, E9 and 93. RGB value is (213,233,147). Sum of RGB (Red+Green+Blue) = 213+233+147=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E993 is #2A166C. Grayscale: #D9D9D9. Windows color (decimal): -2758253 or 9693653. OLE color: 9693653.

HSL color Cylindrical-coordinate representation of color #D5E993: hue angle of 73.95º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5E993 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB213233147-
CMYK0.0900.370.09
HSL73.95º66.15%74.51%-
HSV(B)73.95º36.91%91.37%-
XYZ61.8574.5338.73-
YUV217.2288.37124.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 233 (91.41% from 255) = 39.29%
BLUE value IS 147 (57.81% from 255) = 24.79%
R=35.92%
G=39.29%
B=24.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132331470.0900.370.0973.9566.1574.51
HexD5E993902594a424b
Octal3253512231104511112102113
Binary110101011110100110010011100101001011001100101010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E993; }

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

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

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

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

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

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

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

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