Html Css Color HEX #8CEC50 Atlantis

📋 copy color: '#8CEC50'

red 140 ◦ green 236 ◦ blue 80

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

Shades of Atlantis #8CEC50

Tints of Atlantis #8CEC50

RGB

 RED value IS 140 (55.08% from 255) = 30.7%

 GREEN value IS 236 (92.58% from 255) = 51.75%

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 30.7%
G = 51.75%
B = 17.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#8CEC50 (or 0x8CEC50) is known color: Atlantis. HEX triplet: 8C, EC and 50. RGB value is (140,236,80). Sum of RGB (Red+Green+Blue) = 140+236+80=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #8CEC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEC50 is #7313AF. Grayscale: #BEBEBE. Windows color (decimal): -7541680 or 5303436. OLE color: 5303436.

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

Color convert

RGB 140 236 80 -
CMYK 0.41 0 0.66 0.07
HSL 96.92º 0.8% 0.62% -
HSV(B) 96.92º 0.66% 0.93% -
XYZ 42.26 66.15 18.13 -
YUV 189.51 66.2 92.68 -
System Red Green Blue C M Y K H S L
Decimal 140 236 80 0.41 0 0.66 0.07 96.92 0.8 0.62
Hex 8C EC 50 29 0 42 7 61 50 3E
Octal 214 354 120 51 0 102 7 141 120 76
Binary 10001100 11101100 1010000 101001 0 1000010 111 1100001 1010000 111110

Color Harmonies of #8CEC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEC50

Black with #8CEC50

Text Example


Text Example

White with #8CEC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CEC50;
 }
 .AnyTagClassName
 {
   color: #8CEC50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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