#D1EB94

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

Shades of Reef #D1EB94

Tints of Reef #D1EB94

Color information

#D1EB94 (or 0xD1EB94) is unknown color: approx Reef. HEX triplet: D1, EB and 94. RGB value is (209,235,148). Sum of RGB (Red+Green+Blue) = 209+235+148=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EB94 is #2E146B. Grayscale: #D9D9D9. Windows color (decimal): -3019884 or 9759697. OLE color: 9759697.

HSL color Cylindrical-coordinate representation of color #D1EB94: hue angle of 77.93º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1EB94 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB209235148-
CMYK0.1100.370.08
HSL77.93º68.5%75.1%-
HSV(B)77.93º37.02%92.16%-
XYZ61.3575.1139.28-
YUV217.3188.89122.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 235 (92.19% from 255) = 39.70%
BLUE value IS 148 (58.20% from 255) = 25%
R=35.30%
G=39.70%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092351480.1100.370.0877.9368.575.1
HexD1EB94B02584e454b
Octal3213532241304510116105113
Binary110100011110101110010100101101001011000100111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EB94; }

 p { color: rgb(209,235,148); }

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

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

 a { background-color: rgb(209,235,148); }

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

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

 span { border-color: rgb(209,235,148); }

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