Html Css Color HEX #8FDC36 Atlantis

📋 copy color: '#8FDC36'

red 143 ◦ green 220 ◦ blue 54

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

Shades of Atlantis #8FDC36

Tints of Atlantis #8FDC36

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.76%

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

R = 34.29%
G = 52.76%
B = 12.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#8FDC36 (or 0x8FDC36) is known color: Atlantis. HEX triplet: 8F, DC and 36. RGB value is (143,220,54). Sum of RGB (Red+Green+Blue) = 143+220+54=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDC36 is #7023C9. Grayscale: #B2B2B2. Windows color (decimal): -7349194 or 3595407. OLE color: 3595407.

HSL color Cylindrical-coordinate representation of color #8FDC36: hue angle of 87.83º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FDC36 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 54 -
CMYK 0.35 0 0.75 0.14
HSL 87.83º 0.7% 0.54% -
HSV(B) 87.83º 0.75% 0.86% -
XYZ 37.59 57.29 12.57 -
YUV 178.05 57.99 103 -
System Red Green Blue C M Y K H S L
Decimal 143 220 54 0.35 0 0.75 0.14 87.83 0.7 0.54
Hex 8F DC 36 23 0 4B E 58 46 36
Octal 217 334 66 43 0 113 16 130 106 66
Binary 10001111 11011100 110110 100011 0 1001011 1110 1011000 1000110 110110

Color Harmonies of #8FDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC36

Black with #8FDC36

Text Example


Text Example

White with #8FDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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