Html Css Color HEX #8FCC41 Atlantis

📋 copy color: '#8FCC41'

red 143 ◦ green 204 ◦ blue 65

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

Shades of Atlantis #8FCC41

Tints of Atlantis #8FCC41

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.51%

 BLUE value IS 65 (25.78% from 255) = 15.78%

R = 34.71%
G = 49.51%
B = 15.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#8FCC41 (or 0x8FCC41) is known color: Atlantis. HEX triplet: 8F, CC and 41. RGB value is (143,204,65). Sum of RGB (Red+Green+Blue) = 143+204+65=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC41 is #7033BE. Grayscale: #AAAAAA. Windows color (decimal): -7353279 or 4312207. OLE color: 4312207.

HSL color Cylindrical-coordinate representation of color #8FCC41: hue angle of 86.33º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FCC41 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 65 -
CMYK 0.30 0 0.68 0.2
HSL 86.33º 0.58% 0.53% -
HSV(B) 86.33º 0.68% 0.8% -
XYZ 33.87 49.41 12.75 -
YUV 169.92 68.79 108.8 -
System Red Green Blue C M Y K H S L
Decimal 143 204 65 0.30 0 0.68 0.2 86.33 0.58 0.53
Hex 8F CC 41 1E 0 44 14 56 3A 35
Octal 217 314 101 36 0 104 24 126 72 65
Binary 10001111 11001100 1000001 11110 0 1000100 10100 1010110 111010 110101

Color Harmonies of #8FCC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCC41

Black with #8FCC41

Text Example


Text Example

White with #8FCC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,204,65); }

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

background-color css

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

 a { background-color: rgb(143,204,65); }

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

border-color css

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

 span { border-color: rgb(143,204,65); }

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