#7BE13C

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

Shades of Atlantis #7BE13C

Tints of Atlantis #7BE13C

Color information

#7BE13C (or 0x7BE13C) is unknown color: approx Atlantis. HEX triplet: 7B, E1 and 3C. RGB value is (123,225,60). Sum of RGB (Red+Green+Blue) = 123+225+60=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #7BE13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BE13C is #841EC3. Grayscale: #B0B0B0. Windows color (decimal): -8658628 or 3989883. OLE color: 3989883.

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

Color convert

RGB12322560-
CMYK0.4500.730.12
HSL97.09º73.33%55.88%-
HSV(B)97.09º73.33%88.24%-
XYZ35.9158.3913.65-
YUV175.6962.7190.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.15%
GREEN value IS 225 (88.28% from 255) = 55.15%
BLUE value IS 60 (23.83% from 255) = 14.71%
R=30.15%
G=55.15%
B=14.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal123225600.4500.730.1297.0973.3355.88
Hex7BE13C2D049C614938
Octal173341745501111414111170
Binary11110111110000111110010110101001001110011000011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,225,60); }

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

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

 a { background-color: rgb(123,225,60); }

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

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

 span { border-color: rgb(123,225,60); }

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