#7DE4B5

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

Shades of Bermuda #7DE4B5

Tints of Bermuda #7DE4B5

Color information

#7DE4B5 (or 0x7DE4B5) is unknown color: approx Bermuda. HEX triplet: 7D, E4 and B5. RGB value is (125,228,181). Sum of RGB (Red+Green+Blue) = 125+228+181=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE4B5 is #821B4A. Grayscale: #BFBFBF. Windows color (decimal): -8526667 or 11920509. OLE color: 11920509.

HSL color Cylindrical-coordinate representation of color #7DE4B5: hue angle of 152.62º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE4B5 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB125228181-
CMYK0.4500.210.11
HSL152.62º65.61%69.22%-
HSV(B)152.62º45.18%89.41%-
XYZ44.5463.1853.56-
YUV191.84121.8880.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.41%
GREEN value IS 228 (89.45% from 255) = 42.70%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=23.41%
G=42.70%
B=33.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252281810.4500.210.11152.6265.6169.22
Hex7DE4B52D015B994245
Octal1753442655502513231102105
Binary1111101111001001011010110110101010110111001100110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DE4B5; }

 p { color: rgb(125,228,181); }

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

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

 a { background-color: rgb(125,228,181); }

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

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

 span { border-color: rgb(125,228,181); }

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