#D8FD94

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

Shades of Reef #D8FD94

Tints of Reef #D8FD94

Color information

#D8FD94 (or 0xD8FD94) is unknown color: approx Reef. HEX triplet: D8, FD and 94. RGB value is (216,253,148). Sum of RGB (Red+Green+Blue) = 216+253+148=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FD94 is #27026B. Grayscale: #E6E6E6. Windows color (decimal): -2556524 or 9764312. OLE color: 9764312.

HSL color Cylindrical-coordinate representation of color #D8FD94: hue angle of 81.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8FD94 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB216253148-
CMYK0.1500.420.01
HSL81.14º96.33%78.63%-
HSV(B)81.14º41.5%99.22%-
XYZ68.7986.9941.18-
YUV229.9781.74118.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.01%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 148 (58.20% from 255) = 23.99%
R=35.01%
G=41.00%
B=23.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162531480.1500.420.0181.1496.3378.63
HexD8FD94F02A151604f
Octal330375224170521121140117
Binary110110001111110110010100111101010101101000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FD94; }

 p { color: rgb(216,253,148); }

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

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

 a { background-color: rgb(216,253,148); }

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

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

 span { border-color: rgb(216,253,148); }

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