#E0FD94

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

Shades of Reef #E0FD94

Tints of Reef #E0FD94

Color information

#E0FD94 (or 0xE0FD94) is unknown color: approx Reef. HEX triplet: E0, FD and 94. RGB value is (224,253,148). Sum of RGB (Red+Green+Blue) = 224+253+148=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 148 (58.20% from 255 or 23.68% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FD94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FD94 is #1F026B. Grayscale: #E8E8E8. Windows color (decimal): -2032236 or 9764320. OLE color: 9764320.

HSL color Cylindrical-coordinate representation of color #E0FD94: hue angle of 76.57º 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 #E0FD94 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB224253148-
CMYK0.1100.420.01
HSL76.57º96.33%78.63%-
HSV(B)76.57º41.5%99.22%-
XYZ71.2188.2441.3-
YUV232.3680.39122.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.84%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 148 (58.20% from 255) = 23.68%
R=35.84%
G=40.48%
B=23.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242531480.1100.420.0176.5796.3378.63
HexE0FD94B02A14d604f
Octal340375224130521115140117
Binary111000001111110110010100101101010101100110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FD94; }

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

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

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

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

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

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

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

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