Html Css Color HEX #8FE04B Atlantis

📋 copy color: '#8FE04B'

red 143 ◦ green 224 ◦ blue 75

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

Shades of Atlantis #8FE04B

Tints of Atlantis #8FE04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.68%

 BLUE value IS 75 (29.69% from 255) = 16.97%

R = 32.35%
G = 50.68%
B = 16.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#8FE04B (or 0x8FE04B) is known color: Atlantis. HEX triplet: 8F, E0 and 4B. RGB value is (143,224,75). Sum of RGB (Red+Green+Blue) = 143+224+75=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE04B is #701FB4. Grayscale: #B7B7B7. Windows color (decimal): -7348149 or 4972687. OLE color: 4972687.

HSL color Cylindrical-coordinate representation of color #8FE04B: hue angle of 92.62º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FE04B is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 224 75 -
CMYK 0.36 0 0.67 0.12
HSL 92.62º 0.71% 0.59% -
HSV(B) 92.62º 0.67% 0.88% -
XYZ 39.25 59.66 16.1 -
YUV 182.8 67.16 99.62 -
System Red Green Blue C M Y K H S L
Decimal 143 224 75 0.36 0 0.67 0.12 92.62 0.71 0.59
Hex 8F E0 4B 24 0 43 C 5D 47 3B
Octal 217 340 113 44 0 103 14 135 107 73
Binary 10001111 11100000 1001011 100100 0 1000011 1100 1011101 1000111 111011

Color Harmonies of #8FE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE04B

Black with #8FE04B

Text Example


Text Example

White with #8FE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,224,75); }

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

background-color css

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

 a { background-color: rgb(143,224,75); }

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

border-color css

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

 span { border-color: rgb(143,224,75); }

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