Html Css Color HEX #8FEB42 Atlantis

📋 copy color: '#8FEB42'

red 143 ◦ green 235 ◦ blue 66

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

Shades of Atlantis #8FEB42

Tints of Atlantis #8FEB42

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.93%

 BLUE value IS 66 (26.17% from 255) = 14.86%

R = 32.21%
G = 52.93%
B = 14.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#8FEB42 (or 0x8FEB42) is known color: Atlantis. HEX triplet: 8F, EB and 42. RGB value is (143,235,66). Sum of RGB (Red+Green+Blue) = 143+235+66=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 235 (92.19% from 255 or 52.93% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEB42 is #7014BD. Grayscale: #BCBCBC. Windows color (decimal): -7345342 or 4385679. OLE color: 4385679.

HSL color Cylindrical-coordinate representation of color #8FEB42: hue angle of 92.66º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FEB42 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 235 66 -
CMYK 0.39 0 0.72 0.08
HSL 92.66º 0.81% 0.59% -
HSV(B) 92.66º 0.72% 0.92% -
XYZ 42.02 65.65 15.61 -
YUV 188.23 59.02 95.74 -
System Red Green Blue C M Y K H S L
Decimal 143 235 66 0.39 0 0.72 0.08 92.66 0.81 0.59
Hex 8F EB 42 27 0 48 8 5D 51 3B
Octal 217 353 102 47 0 110 10 135 121 73
Binary 10001111 11101011 1000010 100111 0 1001000 1000 1011101 1010001 111011

Color Harmonies of #8FEB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEB42

Black with #8FEB42

Text Example


Text Example

White with #8FEB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,235,66); }

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

background-color css

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

 a { background-color: rgb(143,235,66); }

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

border-color css

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

 span { border-color: rgb(143,235,66); }

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