#7DE835

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

Shades of Atlantis #7DE835

Tints of Atlantis #7DE835

Color information

#7DE835 (or 0x7DE835) is unknown color: approx Atlantis. HEX triplet: 7D, E8 and 35. RGB value is (125,232,53). Sum of RGB (Red+Green+Blue) = 125+232+53=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 232 (91.02% from 255 or 56.59% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE835 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DE835 is #8217CA. Grayscale: #B4B4B4. Windows color (decimal): -8525771 or 3532925. OLE color: 3532925.

HSL color Cylindrical-coordinate representation of color #7DE835: hue angle of 95.87º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DE835 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB12523253-
CMYK0.4600.770.09
HSL95.87º79.56%55.88%-
HSV(B)95.87º77.16%90.98%-
XYZ37.9662.3313.4-
YUV179.656.5589.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.49%
GREEN value IS 232 (91.02% from 255) = 56.59%
BLUE value IS 53 (21.09% from 255) = 12.93%
R=30.49%
G=56.59%
B=12.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal125232530.4600.770.0995.8779.5655.88
Hex7DE8352E04D9605038
Octal175350655601151114012070
Binary11111011110100011010110111001001101100111000001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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