Html Css Color HEX #8FED36 Atlantis

📋 copy color: '#8FED36'

red 143 ◦ green 237 ◦ blue 54

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

Shades of Atlantis #8FED36

Tints of Atlantis #8FED36

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.61%

 BLUE value IS 54 (21.48% from 255) = 12.44%

R = 32.95%
G = 54.61%
B = 12.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#8FED36 (or 0x8FED36) is known color: Atlantis. HEX triplet: 8F, ED and 36. RGB value is (143,237,54). Sum of RGB (Red+Green+Blue) = 143+237+54=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 237 (92.97% from 255 or 54.61% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FED36 is #7012C9. Grayscale: #BCBCBC. Windows color (decimal): -7344842 or 3599759. OLE color: 3599759.

HSL color Cylindrical-coordinate representation of color #8FED36: hue angle of 90.82º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8FED36 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 237 54 -
CMYK 0.40 0 0.77 0.07
HSL 90.82º 0.84% 0.57% -
HSV(B) 90.82º 0.77% 0.93% -
XYZ 42.28 66.67 14.13 -
YUV 188.03 52.36 95.88 -
System Red Green Blue C M Y K H S L
Decimal 143 237 54 0.40 0 0.77 0.07 90.82 0.84 0.57
Hex 8F ED 36 28 0 4D 7 5B 54 39
Octal 217 355 66 50 0 115 7 133 124 71
Binary 10001111 11101101 110110 101000 0 1001101 111 1011011 1010100 111001

Color Harmonies of #8FED36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FED36

Black with #8FED36

Text Example


Text Example

White with #8FED36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,237,54); }

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

background-color css

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

 a { background-color: rgb(143,237,54); }

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

border-color css

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

 span { border-color: rgb(143,237,54); }

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