Html Css Color HEX #8FCE40 Atlantis

📋 copy color: '#8FCE40'

red 143 ◦ green 206 ◦ blue 64

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

Shades of Atlantis #8FCE40

Tints of Atlantis #8FCE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.88%

 BLUE value IS 64 (25.39% from 255) = 15.5%

R = 34.62%
G = 49.88%
B = 15.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#8FCE40 (or 0x8FCE40) is known color: Atlantis. HEX triplet: 8F, CE and 40. RGB value is (143,206,64). Sum of RGB (Red+Green+Blue) = 143+206+64=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCE40 is #7031BF. Grayscale: #ABABAB. Windows color (decimal): -7352768 or 4247183. OLE color: 4247183.

HSL color Cylindrical-coordinate representation of color #8FCE40: hue angle of 86.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FCE40 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 206 64 -
CMYK 0.31 0 0.69 0.19
HSL 86.62º 0.59% 0.53% -
HSV(B) 86.62º 0.69% 0.81% -
XYZ 34.32 50.35 12.76 -
YUV 170.98 67.63 108.05 -
System Red Green Blue C M Y K H S L
Decimal 143 206 64 0.31 0 0.69 0.19 86.62 0.59 0.53
Hex 8F CE 40 1F 0 45 13 57 3B 35
Octal 217 316 100 37 0 105 23 127 73 65
Binary 10001111 11001110 1000000 11111 0 1000101 10011 1010111 111011 110101

Color Harmonies of #8FCE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCE40

Black with #8FCE40

Text Example


Text Example

White with #8FCE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,206,64); }

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

background-color css

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

 a { background-color: rgb(143,206,64); }

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

border-color css

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

 span { border-color: rgb(143,206,64); }

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