#D1E696

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

Shades of Reef #D1E696

Tints of Reef #D1E696

Color information

#D1E696 (or 0xD1E696) is unknown color: approx Reef. HEX triplet: D1, E6 and 96. RGB value is (209,230,150). Sum of RGB (Red+Green+Blue) = 209+230+150=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E696 is #2E1969. Grayscale: #D6D6D6. Windows color (decimal): -3021162 or 9889489. OLE color: 9889489.

HSL color Cylindrical-coordinate representation of color #D1E696: hue angle of 75.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1E696 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB209230150-
CMYK0.0900.350.10
HSL75.75º61.54%74.51%-
HSV(B)75.75º34.78%90.2%-
XYZ60.172.3539.65-
YUV214.691.54124-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.48%
GREEN value IS 230 (90.23% from 255) = 39.05%
BLUE value IS 150 (58.98% from 255) = 25.47%
R=35.48%
G=39.05%
B=25.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2092301500.0900.350.1075.7561.5474.51
HexD1E6969023A4c3e4b
Octal321346226110431211476113
Binary11010001111001101001011010010100011101010011001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E696; }

 p { color: rgb(209,230,150); }

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

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

 a { background-color: rgb(209,230,150); }

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

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

 span { border-color: rgb(209,230,150); }

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