#7DE034

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

Shades of Atlantis #7DE034

Tints of Atlantis #7DE034

Color information

#7DE034 (or 0x7DE034) is unknown color: approx Atlantis. HEX triplet: 7D, E0 and 34. RGB value is (125,224,52). Sum of RGB (Red+Green+Blue) = 125+224+52=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DE034 is #821FCB. Grayscale: #AFAFAF. Windows color (decimal): -8527820 or 3465341. OLE color: 3465341.

HSL color Cylindrical-coordinate representation of color #7DE034: hue angle of 94.53º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DE034 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB12522452-
CMYK0.4400.770.12
HSL94.53º73.5%54.12%-
HSV(B)94.53º76.79%87.84%-
XYZ35.7357.9212.55-
YUV174.7958.792.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 224 (87.89% from 255) = 55.86%
BLUE value IS 52 (20.70% from 255) = 12.97%
R=31.17%
G=55.86%
B=12.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal125224520.4400.770.1294.5373.554.12
Hex7DE0342C04DC5f4a36
Octal175340645401151413711266
Binary11111011110000011010010110001001101110010111111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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