Html Css Color HEX #8CE750 Atlantis

📋 copy color: '#8CE750'

red 140 ◦ green 231 ◦ blue 80

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

Shades of Atlantis #8CE750

Tints of Atlantis #8CE750

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.22%

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

R = 31.04%
G = 51.22%
B = 17.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#8CE750 (or 0x8CE750) is known color: Atlantis. HEX triplet: 8C, E7 and 50. RGB value is (140,231,80). Sum of RGB (Red+Green+Blue) = 140+231+80=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE750 is #7318AF. Grayscale: #BBBBBB. Windows color (decimal): -7542960 or 5302156. OLE color: 5302156.

HSL color Cylindrical-coordinate representation of color #8CE750: hue angle of 96.16º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CE750 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 231 80 -
CMYK 0.39 0 0.65 0.09
HSL 96.16º 0.76% 0.61% -
HSV(B) 96.16º 0.65% 0.91% -
XYZ 40.84 63.31 17.66 -
YUV 186.58 67.85 94.78 -
System Red Green Blue C M Y K H S L
Decimal 140 231 80 0.39 0 0.65 0.09 96.16 0.76 0.61
Hex 8C E7 50 27 0 41 9 60 4C 3D
Octal 214 347 120 47 0 101 11 140 114 75
Binary 10001100 11100111 1010000 100111 0 1000001 1001 1100000 1001100 111101

Color Harmonies of #8CE750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE750

Black with #8CE750

Text Example


Text Example

White with #8CE750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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