Html Css Color HEX #8CEF40 Atlantis

📋 copy color: '#8CEF40'

red 140 ◦ green 239 ◦ blue 64

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

Shades of Atlantis #8CEF40

Tints of Atlantis #8CEF40

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.95%

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 31.6%
G = 53.95%
B = 14.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#8CEF40 (or 0x8CEF40) is known color: Atlantis. HEX triplet: 8C, EF and 40. RGB value is (140,239,64). Sum of RGB (Red+Green+Blue) = 140+239+64=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEF40 is #7310BF. Grayscale: #BEBEBE. Windows color (decimal): -7540928 or 4255628. OLE color: 4255628.

HSL color Cylindrical-coordinate representation of color #8CEF40: hue angle of 93.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CEF40 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 239 64 -
CMYK 0.41 0 0.73 0.06
HSL 93.94º 0.85% 0.59% -
HSV(B) 93.94º 0.73% 0.94% -
XYZ 42.61 67.68 15.67 -
YUV 189.45 57.2 92.73 -
System Red Green Blue C M Y K H S L
Decimal 140 239 64 0.41 0 0.73 0.06 93.94 0.85 0.59
Hex 8C EF 40 29 0 49 6 5E 55 3B
Octal 214 357 100 51 0 111 6 136 125 73
Binary 10001100 11101111 1000000 101001 0 1001001 110 1011110 1010101 111011

Color Harmonies of #8CEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEF40

Black with #8CEF40

Text Example


Text Example

White with #8CEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,239,64); }

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

background-color css

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

 a { background-color: rgb(140,239,64); }

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

border-color css

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

 span { border-color: rgb(140,239,64); }

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