#8BED33

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

Shades of Atlantis #8BED33

Tints of Atlantis #8BED33

Color information

#8BED33 (or 0x8BED33) is unknown color: approx Atlantis. HEX triplet: 8B, ED and 33. RGB value is (139,237,51). Sum of RGB (Red+Green+Blue) = 139+237+51=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 237 (92.97% from 255 or 55.50% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 237 - color contains mainly: green. Hex color #8BED33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BED33 is #7412CC. Grayscale: #BBBBBB. Windows color (decimal): -7606989 or 3403147. OLE color: 3403147.

HSL color Cylindrical-coordinate representation of color #8BED33: hue angle of 91.61º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BED33 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB13923751-
CMYK0.4100.780.07
HSL91.61º83.78%56.47%-
HSV(B)91.61º78.48%92.94%-
XYZ41.5366.313.74-
YUV186.4951.5394.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 237 (92.97% from 255) = 55.50%
BLUE value IS 51 (20.31% from 255) = 11.94%
R=32.55%
G=55.50%
B=11.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139237510.4100.780.0791.6183.7856.47
Hex8BED332904E75c5438
Octal21335563510116713412470
Binary10001011111011011100111010010100111011110111001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BED33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BED33; }

 p { color: rgb(139,237,51); }

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

<style>
 a { background-color: #8BED33; }

 a { background-color: rgb(139,237,51); }

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

<style>
 span { border-color: #8BED33; }

 span { border-color: rgb(139,237,51); }

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