#8CF350

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

Shades of Atlantis #8CF350

Tints of Atlantis #8CF350

Color information

#8CF350 (or 0x8CF350) is unknown color: approx Atlantis. HEX triplet: 8C, F3 and 50. RGB value is (140,243,80). Sum of RGB (Red+Green+Blue) = 140+243+80=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF350 is #730CAF. Grayscale: #C2C2C2. Windows color (decimal): -7539888 or 5305228. OLE color: 5305228.

HSL color Cylindrical-coordinate representation of color #8CF350: hue angle of 97.91º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CF350 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB14024380-
CMYK0.4200.670.05
HSL97.91º87.17%63.33%-
HSV(B)97.91º67.08%95.29%-
XYZ44.3170.2618.81-
YUV193.6263.8889.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 243 (95.31% from 255) = 52.48%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=30.24%
G=52.48%
B=17.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal140243800.4200.670.0597.9187.1763.33
Hex8CF3502A043562573f
Octal214363120520103514212777
Binary100011001111001110100001010100100001110111000101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,243,80); }

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

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

 a { background-color: rgb(140,243,80); }

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

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

 span { border-color: rgb(140,243,80); }

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