Html Css Color HEX #8FE44B Atlantis

📋 copy color: '#8FE44B'

red 143 ◦ green 228 ◦ blue 75

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

Shades of Atlantis #8FE44B

Tints of Atlantis #8FE44B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.12%

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

R = 32.06%
G = 51.12%
B = 16.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#8FE44B (or 0x8FE44B) is known color: Atlantis. HEX triplet: 8F, E4 and 4B. RGB value is (143,228,75). Sum of RGB (Red+Green+Blue) = 143+228+75=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE44B is #701BB4. Grayscale: #B9B9B9. Windows color (decimal): -7347125 or 4973711. OLE color: 4973711.

HSL color Cylindrical-coordinate representation of color #8FE44B: hue angle of 93.33º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FE44B is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 143 228 75 -
CMYK 0.37 0 0.67 0.11
HSL 93.33º 0.74% 0.59% -
HSV(B) 93.33º 0.67% 0.89% -
XYZ 40.34 61.83 16.47 -
YUV 185.14 65.84 97.94 -
System Red Green Blue C M Y K H S L
Decimal 143 228 75 0.37 0 0.67 0.11 93.33 0.74 0.59
Hex 8F E4 4B 25 0 43 B 5D 4A 3B
Octal 217 344 113 45 0 103 13 135 112 73
Binary 10001111 11100100 1001011 100101 0 1000011 1011 1011101 1001010 111011

Color Harmonies of #8FE44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE44B

Black with #8FE44B

Text Example


Text Example

White with #8FE44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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