#E0FD9A

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

Shades of Reef #E0FD9A

Tints of Reef #E0FD9A

Color information

#E0FD9A (or 0xE0FD9A) is unknown color: approx Reef. HEX triplet: E0, FD and 9A. RGB value is (224,253,154). Sum of RGB (Red+Green+Blue) = 224+253+154=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FD9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FD9A is #1F0265. Grayscale: #E9E9E9. Windows color (decimal): -2032230 or 10157536. OLE color: 10157536.

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

Color convert

RGB224253154-
CMYK0.1100.390.01
HSL77.58º96.12%79.8%-
HSV(B)77.58º39.13%99.22%-
XYZ71.788.4343.86-
YUV233.0483.39121.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 154 (60.55% from 255) = 24.41%
R=35.50%
G=40.10%
B=24.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242531540.1100.390.0177.5896.1279.8
HexE0FD9AB02714e6050
Octal340375232130471116140120
Binary111000001111110110011010101101001111100111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FD9A; }

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

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

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

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

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

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

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

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