#7BEB31

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

Shades of Atlantis #7BEB31

Tints of Atlantis #7BEB31

Color information

#7BEB31 (or 0x7BEB31) is unknown color: approx Atlantis. HEX triplet: 7B, EB and 31. RGB value is (123,235,49). Sum of RGB (Red+Green+Blue) = 123+235+49=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEB31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BEB31 is #8414CE. Grayscale: #B4B4B4. Windows color (decimal): -8656079 or 3271547. OLE color: 3271547.

HSL color Cylindrical-coordinate representation of color #7BEB31: hue angle of 96.13º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7BEB31 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB12323549-
CMYK0.4800.790.08
HSL96.13º82.3%55.69%-
HSV(B)96.13º79.15%92.16%-
XYZ38.4363.8513.2-
YUV180.3153.8987.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.22%
GREEN value IS 235 (92.19% from 255) = 57.74%
BLUE value IS 49 (19.53% from 255) = 12.04%
R=30.22%
G=57.74%
B=12.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal123235490.4800.790.0896.1382.355.69
Hex7BEB313004F8605238
Octal173353616001171014012270
Binary11110111110101111000111000001001111100011000001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,235,49); }

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

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

 a { background-color: rgb(123,235,49); }

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

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

 span { border-color: rgb(123,235,49); }

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