Html Css Color HEX #8FEF41 Atlantis

📋 copy color: '#8FEF41'

red 143 ◦ green 239 ◦ blue 65

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

Shades of Atlantis #8FEF41

Tints of Atlantis #8FEF41

RGB

 RED value IS 143 (56.25% from 255) = 31.99%

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

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

R = 31.99%
G = 53.47%
B = 14.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#8FEF41 (or 0x8FEF41) is known color: Atlantis. HEX triplet: 8F, EF and 41. RGB value is (143,239,65). Sum of RGB (Red+Green+Blue) = 143+239+65=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEF41 is #7010BE. Grayscale: #BFBFBF. Windows color (decimal): -7344319 or 4321167. OLE color: 4321167.

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

Color convert

RGB 143 239 65 -
CMYK 0.40 0 0.73 0.06
HSL 93.1º 0.84% 0.6% -
HSV(B) 93.1º 0.73% 0.94% -
XYZ 43.15 67.95 15.84 -
YUV 190.46 57.2 94.15 -
System Red Green Blue C M Y K H S L
Decimal 143 239 65 0.40 0 0.73 0.06 93.1 0.84 0.6
Hex 8F EF 41 28 0 49 6 5D 54 3C
Octal 217 357 101 50 0 111 6 135 124 74
Binary 10001111 11101111 1000001 101000 0 1001001 110 1011101 1010100 111100

Color Harmonies of #8FEF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEF41

Black with #8FEF41

Text Example


Text Example

White with #8FEF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,239,65); }

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

background-color css

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

 a { background-color: rgb(143,239,65); }

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

border-color css

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

 span { border-color: rgb(143,239,65); }

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