Html Css Color HEX #8FE530 Atlantis

📋 copy color: '#8FE530'

red 143 ◦ green 229 ◦ blue 48

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

Shades of Atlantis #8FE530

Tints of Atlantis #8FE530

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.52%

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

R = 34.05%
G = 54.52%
B = 11.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#8FE530 (or 0x8FE530) is known color: Atlantis. HEX triplet: 8F, E5 and 30. RGB value is (143,229,48). Sum of RGB (Red+Green+Blue) = 143+229+48=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 229 (89.84% from 255 or 54.52% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE530 is #701ACF. Grayscale: #B7B7B7. Windows color (decimal): -7346896 or 3204495. OLE color: 3204495.

HSL color Cylindrical-coordinate representation of color #8FE530: hue angle of 88.51º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FE530 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 229 48 -
CMYK 0.38 0 0.79 0.10
HSL 88.51º 0.78% 0.54% -
HSV(B) 88.51º 0.79% 0.9% -
XYZ 39.88 62.09 12.68 -
YUV 182.65 52.01 99.72 -
System Red Green Blue C M Y K H S L
Decimal 143 229 48 0.38 0 0.79 0.10 88.51 0.78 0.54
Hex 8F E5 30 26 0 4F A 59 4E 36
Octal 217 345 60 46 0 117 12 131 116 66
Binary 10001111 11100101 110000 100110 0 1001111 1010 1011001 1001110 110110

Color Harmonies of #8FE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE530

Black with #8FE530

Text Example


Text Example

White with #8FE530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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