Html Css Color HEX #8FE13D Atlantis

📋 copy color: '#8FE13D'

red 143 ◦ green 225 ◦ blue 61

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

Shades of Atlantis #8FE13D

Tints of Atlantis #8FE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.45%

 BLUE value IS 61 (24.22% from 255) = 14.22%

R = 33.33%
G = 52.45%
B = 14.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#8FE13D (or 0x8FE13D) is known color: Atlantis. HEX triplet: 8F, E1 and 3D. RGB value is (143,225,61). Sum of RGB (Red+Green+Blue) = 143+225+61=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE13D is #701EC2. Grayscale: #B6B6B6. Windows color (decimal): -7347907 or 4055439. OLE color: 4055439.

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

Color convert

RGB 143 225 61 -
CMYK 0.36 0 0.73 0.12
HSL 90º 0.73% 0.56% -
HSV(B) 90º 0.73% 0.88% -
XYZ 39.1 60.03 13.94 -
YUV 181.79 59.83 100.34 -
System Red Green Blue C M Y K H S L
Decimal 143 225 61 0.36 0 0.73 0.12 90 0.73 0.56
Hex 8F E1 3D 24 0 49 C 5A 49 38
Octal 217 341 75 44 0 111 14 132 111 70
Binary 10001111 11100001 111101 100100 0 1001001 1100 1011010 1001001 111000

Color Harmonies of #8FE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE13D

Black with #8FE13D

Text Example


Text Example

White with #8FE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,225,61); }

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

background-color css

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

 a { background-color: rgb(143,225,61); }

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

border-color css

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

 span { border-color: rgb(143,225,61); }

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