#8bef4b

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

Shades of Atlantis #8BEF4B

Tints of Atlantis #8BEF4B

Color information

#8BEF4B (or 0x8BEF4B) is unknown color: approx Atlantis. HEX triplet: 8B, EF and 4B. RGB value is (139,239,75). Sum of RGB (Red+Green+Blue) = 139+239+75=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEF4B is #7410B4. Grayscale: #BEBEBE. Windows color (decimal): -7606453 or 4976523. OLE color: 4976523.

HSL color Cylindrical-coordinate representation of color #8BEF4B: hue angle of 96.59º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BEF4B is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB13923975-
CMYK0.4200.690.06
HSL96.59º83.67%61.57%-
HSV(B)96.59º68.62%93.73%-
XYZ42.7867.7317.47-
YUV190.462.8791.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.68%
GREEN value IS 239 (93.75% from 255) = 52.76%
BLUE value IS 75 (29.69% from 255) = 16.56%
R=30.68%
G=52.76%
B=16.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal139239750.4200.690.0696.5983.6761.57
Hex8BEF4B2A045661543e
Octal213357113520105614112476
Binary100010111110111110010111010100100010111011000011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bef4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,239,75); }

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

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

 a { background-color: rgb(139,239,75); }

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

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

 span { border-color: rgb(139,239,75); }

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