#7BF134

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

Shades of Atlantis #7BF134

Tints of Atlantis #7BF134

Color information

#7BF134 (or 0x7BF134) is unknown color: approx Atlantis. HEX triplet: 7B, F1 and 34. RGB value is (123,241,52). Sum of RGB (Red+Green+Blue) = 123+241+52=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF134 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BF134 is #840ECB. Grayscale: #B8B8B8. Windows color (decimal): -8654540 or 3469691. OLE color: 3469691.

HSL color Cylindrical-coordinate representation of color #7BF134: hue angle of 97.46º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BF134 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB12324152-
CMYK0.4900.780.05
HSL97.46º87.1%57.45%-
HSV(B)97.46º78.42%94.51%-
XYZ40.2467.3714.13-
YUV184.1753.4184.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.57%
GREEN value IS 241 (94.53% from 255) = 57.93%
BLUE value IS 52 (20.70% from 255) = 12.5%
R=29.57%
G=57.93%
B=12.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal123241520.4900.780.0597.4687.157.45
Hex7BF1343104E5615739
Octal17336164610116514112771
Binary1111011111100011101001100010100111010111000011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,241,52); }

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

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

 a { background-color: rgb(123,241,52); }

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

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

 span { border-color: rgb(123,241,52); }

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