Html Css Color HEX #E0FDB0 Reef

📋 copy color: '#E0FDB0'

red 224 ◦ green 253 ◦ blue 176

#E0FDB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #E0FDB0

Tints of Reef #E0FDB0

RGB

 RED value IS 224 (87.89% from 255) = 34.3%

 GREEN value IS 253 (99.22% from 255) = 38.74%

 BLUE value IS 176 (69.14% from 255) = 26.95%

R = 34.3%
G = 38.74%
B = 26.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#E0FDB0 (or 0xE0FDB0) is known color: Reef. HEX triplet: E0, FD and B0. RGB value is (224,253,176). Sum of RGB (Red+Green+Blue) = 224+253+176=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 176 (69.14% from 255 or 26.95% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FDB0 is #1F024F. Grayscale: #EBEBEB. Windows color (decimal): -2032208 or 11599328. OLE color: 11599328.

HSL color Cylindrical-coordinate representation of color #E0FDB0: hue angle of 82.6º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0FDB0 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 253 176 -
CMYK 0.11 0 0.30 0.01
HSL 82.6º 0.95% 0.84% -
HSV(B) 82.6º 0.3% 0.99% -
XYZ 73.7 89.23 54.41 -
YUV 235.55 94.39 119.76 -
System Red Green Blue C M Y K H S L
Decimal 224 253 176 0.11 0 0.30 0.01 82.6 0.95 0.84
Hex E0 FD B0 B 0 1E 1 53 5F 54
Octal 340 375 260 13 0 36 1 123 137 124
Binary 11100000 11111101 10110000 1011 0 11110 1 1010011 1011111 1010100

Color Harmonies of #E0FDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0FDB0

Black with #E0FDB0

Text Example


Text Example

White with #E0FDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0FDB0; }

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

 H1.HeaderClassName
 {
   color: #E0FDB0;
 }
 .AnyTagClassName
 {
   color: #E0FDB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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