#7BDE35

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

Shades of Atlantis #7BDE35

Tints of Atlantis #7BDE35

Color information

#7BDE35 (or 0x7BDE35) is unknown color: approx Atlantis. HEX triplet: 7B, DE and 35. RGB value is (123,222,53). Sum of RGB (Red+Green+Blue) = 123+222+53=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDE35 is #8421CA. Grayscale: #ADADAD. Windows color (decimal): -8659403 or 3530363. OLE color: 3530363.

HSL color Cylindrical-coordinate representation of color #7BDE35: hue angle of 95.15º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7BDE35 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB12322253-
CMYK0.4500.760.13
HSL95.15º71.91%53.92%-
HSV(B)95.15º76.13%87.06%-
XYZ34.9356.7112.47-
YUV173.1360.292.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.90%
GREEN value IS 222 (87.11% from 255) = 55.78%
BLUE value IS 53 (21.09% from 255) = 13.32%
R=30.90%
G=55.78%
B=13.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal123222530.4500.760.1395.1571.9153.92
Hex7BDE352D04CD5f4836
Octal173336655501141513711066
Binary11110111101111011010110110101001100110110111111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,222,53); }

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

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

 a { background-color: rgb(123,222,53); }

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

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

 span { border-color: rgb(123,222,53); }

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