Html Css Color HEX #8CF350 Atlantis

📋 copy color: '#8CF350'

red 140 ◦ green 243 ◦ blue 80

#8CF350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8CF350

Tints of Atlantis #8CF350

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 value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#8CF350 (or 0x8CF350) is known color: 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

RGB 140 243 80 -
CMYK 0.42 0 0.67 0.05
HSL 97.91º 0.87% 0.63% -
HSV(B) 97.91º 0.67% 0.95% -
XYZ 44.31 70.26 18.81 -
YUV 193.62 63.88 89.75 -
System Red Green Blue C M Y K H S L
Decimal 140 243 80 0.42 0 0.67 0.05 97.91 0.87 0.63
Hex 8C F3 50 2A 0 43 5 62 57 3F
Octal 214 363 120 52 0 103 5 142 127 77
Binary 10001100 11110011 1010000 101010 0 1000011 101 1100010 1010111 111111

Color Harmonies of #8CF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF350

Black with #8CF350

Text Example


Text Example

White with #8CF350

Text Example


Text Example

HTML Codes & Css Web 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>