#7de33d

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

Shades of Atlantis #7DE33D

Tints of Atlantis #7DE33D

Color information

#7DE33D (or 0x7DE33D) is unknown color: approx Atlantis. HEX triplet: 7D, E3 and 3D. RGB value is (125,227,61). Sum of RGB (Red+Green+Blue) = 125+227+61=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #7DE33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DE33D is #821CC2. Grayscale: #B2B2B2. Windows color (decimal): -8527043 or 4055933. OLE color: 4055933.

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

Color convert

RGB12522761-
CMYK0.4500.730.11
HSL96.87º74.77%56.47%-
HSV(B)96.87º73.13%89.02%-
XYZ36.7759.6413.99-
YUV177.5862.2190.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.27%
GREEN value IS 227 (89.06% from 255) = 54.96%
BLUE value IS 61 (24.22% from 255) = 14.77%
R=30.27%
G=54.96%
B=14.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal125227610.4500.730.1196.8774.7756.47
Hex7DE33D2D049B614b38
Octal175343755501111314111370
Binary11111011110001111110110110101001001101111000011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7de33d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,227,61); }

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

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

 a { background-color: rgb(125,227,61); }

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

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

 span { border-color: rgb(125,227,61); }

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