#7DE435

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

Shades of Atlantis #7DE435

Tints of Atlantis #7DE435

Color information

#7DE435 (or 0x7DE435) is unknown color: approx Atlantis. HEX triplet: 7D, E4 and 35. RGB value is (125,228,53). Sum of RGB (Red+Green+Blue) = 125+228+53=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 228 (89.45% from 255 or 56.16% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DE435 is #821BCA. Grayscale: #B1B1B1. Windows color (decimal): -8526795 or 3531901. OLE color: 3531901.

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

Color convert

RGB12522853-
CMYK0.4500.770.11
HSL95.31º76.42%55.1%-
HSV(B)95.31º76.75%89.41%-
XYZ36.8460.113.03-
YUV177.2557.8890.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.79%
GREEN value IS 228 (89.45% from 255) = 56.16%
BLUE value IS 53 (21.09% from 255) = 13.05%
R=30.79%
G=56.16%
B=13.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal125228530.4500.770.1195.3176.4255.1
Hex7DE4352D04DB5f4c37
Octal175344655501151313711467
Binary11111011110010011010110110101001101101110111111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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