#7DE834

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

Shades of Atlantis #7DE834

Tints of Atlantis #7DE834

Color information

#7DE834 (or 0x7DE834) is unknown color: approx Atlantis. HEX triplet: 7D, E8 and 34. RGB value is (125,232,52). Sum of RGB (Red+Green+Blue) = 125+232+52=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 232 (91.02% from 255 or 56.72% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE834 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DE834 is #8217CB. Grayscale: #B4B4B4. Windows color (decimal): -8525772 or 3467389. OLE color: 3467389.

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

Color convert

RGB12523252-
CMYK0.4600.780.09
HSL95.67º79.65%55.69%-
HSV(B)95.67º77.59%90.98%-
XYZ37.9362.3213.28-
YUV179.4956.0589.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 232 (91.02% from 255) = 56.72%
BLUE value IS 52 (20.70% from 255) = 12.71%
R=30.56%
G=56.72%
B=12.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal125232520.4600.780.0995.6779.6555.69
Hex7DE8342E04E9605038
Octal175350645601161114012070
Binary11111011110100011010010111001001110100111000001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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