Html Css Color HEX #8CEB50 Atlantis

📋 copy color: '#8CEB50'

red 140 ◦ green 235 ◦ blue 80

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

Shades of Atlantis #8CEB50

Tints of Atlantis #8CEB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.65%

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

R = 30.77%
G = 51.65%
B = 17.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#8CEB50 (or 0x8CEB50) is known color: Atlantis. HEX triplet: 8C, EB and 50. RGB value is (140,235,80). Sum of RGB (Red+Green+Blue) = 140+235+80=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEB50 is #7314AF. Grayscale: #BDBDBD. Windows color (decimal): -7541936 or 5303180. OLE color: 5303180.

HSL color Cylindrical-coordinate representation of color #8CEB50: hue angle of 96.77º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CEB50 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 235 80 -
CMYK 0.40 0 0.66 0.08
HSL 96.77º 0.79% 0.62% -
HSV(B) 96.77º 0.66% 0.92% -
XYZ 41.97 65.57 18.03 -
YUV 188.93 66.53 93.1 -
System Red Green Blue C M Y K H S L
Decimal 140 235 80 0.40 0 0.66 0.08 96.77 0.79 0.62
Hex 8C EB 50 28 0 42 8 61 4F 3E
Octal 214 353 120 50 0 102 10 141 117 76
Binary 10001100 11101011 1010000 101000 0 1000010 1000 1100001 1001111 111110

Color Harmonies of #8CEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEB50

Black with #8CEB50

Text Example


Text Example

White with #8CEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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