Html Css Color HEX #8CEC41 Atlantis

📋 copy color: '#8CEC41'

red 140 ◦ green 236 ◦ blue 65

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

Shades of Atlantis #8CEC41

Tints of Atlantis #8CEC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.74%

R = 31.75%
G = 53.51%
B = 14.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#8CEC41 (or 0x8CEC41) is known color: Atlantis. HEX triplet: 8C, EC and 41. RGB value is (140,236,65). Sum of RGB (Red+Green+Blue) = 140+236+65=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #8CEC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEC41 is #7313BE. Grayscale: #BCBCBC. Windows color (decimal): -7541695 or 4320396. OLE color: 4320396.

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

Color convert

RGB 140 236 65 -
CMYK 0.41 0 0.72 0.07
HSL 93.68º 0.82% 0.59% -
HSV(B) 93.68º 0.72% 0.93% -
XYZ 41.76 65.95 15.53 -
YUV 187.8 58.7 93.9 -
System Red Green Blue C M Y K H S L
Decimal 140 236 65 0.41 0 0.72 0.07 93.68 0.82 0.59
Hex 8C EC 41 29 0 48 7 5E 52 3B
Octal 214 354 101 51 0 110 7 136 122 73
Binary 10001100 11101100 1000001 101001 0 1001000 111 1011110 1010010 111011

Color Harmonies of #8CEC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEC41

Black with #8CEC41

Text Example


Text Example

White with #8CEC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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