Html Css Color HEX #8FEC30 Atlantis

📋 copy color: '#8FEC30'

red 143 ◦ green 236 ◦ blue 48

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

Shades of Atlantis #8FEC30

Tints of Atlantis #8FEC30

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.27%

 BLUE value IS 48 (19.14% from 255) = 11.24%

R = 33.49%
G = 55.27%
B = 11.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#8FEC30 (or 0x8FEC30) is known color: Atlantis. HEX triplet: 8F, EC and 30. RGB value is (143,236,48). Sum of RGB (Red+Green+Blue) = 143+236+48=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC30 is #7013CF. Grayscale: #BBBBBB. Windows color (decimal): -7345104 or 3206287. OLE color: 3206287.

HSL color Cylindrical-coordinate representation of color #8FEC30: hue angle of 89.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8FEC30 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 236 48 -
CMYK 0.39 0 0.80 0.07
HSL 89.68º 0.83% 0.56% -
HSV(B) 89.68º 0.8% 0.93% -
XYZ 41.86 66.04 13.34 -
YUV 186.76 49.69 96.79 -
System Red Green Blue C M Y K H S L
Decimal 143 236 48 0.39 0 0.80 0.07 89.68 0.83 0.56
Hex 8F EC 30 27 0 50 7 5A 53 38
Octal 217 354 60 47 0 120 7 132 123 70
Binary 10001111 11101100 110000 100111 0 1010000 111 1011010 1010011 111000

Color Harmonies of #8FEC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEC30

Black with #8FEC30

Text Example


Text Example

White with #8FEC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,236,48); }

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

background-color css

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

 a { background-color: rgb(143,236,48); }

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

border-color css

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

 span { border-color: rgb(143,236,48); }

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