Html Css Color HEX #8CE641 Atlantis

📋 copy color: '#8CE641'

red 140 ◦ green 230 ◦ blue 65

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

Shades of Atlantis #8CE641

Tints of Atlantis #8CE641

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.87%

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

R = 32.18%
G = 52.87%
B = 14.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#8CE641 (or 0x8CE641) is known color: Atlantis. HEX triplet: 8C, E6 and 41. RGB value is (140,230,65). Sum of RGB (Red+Green+Blue) = 140+230+65=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE641 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE641 is #7319BE. Grayscale: #B8B8B8. Windows color (decimal): -7543231 or 4318860. OLE color: 4318860.

HSL color Cylindrical-coordinate representation of color #8CE641: hue angle of 92.73º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CE641 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 230 65 -
CMYK 0.39 0 0.72 0.10
HSL 92.73º 0.77% 0.58% -
HSV(B) 92.73º 0.72% 0.9% -
XYZ 40.07 62.55 14.96 -
YUV 184.28 60.68 96.42 -
System Red Green Blue C M Y K H S L
Decimal 140 230 65 0.39 0 0.72 0.10 92.73 0.77 0.58
Hex 8C E6 41 27 0 48 A 5D 4D 3A
Octal 214 346 101 47 0 110 12 135 115 72
Binary 10001100 11100110 1000001 100111 0 1001000 1010 1011101 1001101 111010

Color Harmonies of #8CE641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE641

Black with #8CE641

Text Example


Text Example

White with #8CE641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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