Html Css Color HEX #8FCD41 Atlantis

📋 copy color: '#8FCD41'

red 143 ◦ green 205 ◦ blue 65

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

Shades of Atlantis #8FCD41

Tints of Atlantis #8FCD41

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.64%

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

R = 34.62%
G = 49.64%
B = 15.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#8FCD41 (or 0x8FCD41) is known color: Atlantis. HEX triplet: 8F, CD and 41. RGB value is (143,205,65). Sum of RGB (Red+Green+Blue) = 143+205+65=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCD41 is #7032BE. Grayscale: #ABABAB. Windows color (decimal): -7353023 or 4312463. OLE color: 4312463.

HSL color Cylindrical-coordinate representation of color #8FCD41: hue angle of 86.57º 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 #8FCD41 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 205 65 -
CMYK 0.30 0 0.68 0.20
HSL 86.57º 0.58% 0.53% -
HSV(B) 86.57º 0.68% 0.8% -
XYZ 34.11 49.88 12.83 -
YUV 170.5 68.46 108.38 -
System Red Green Blue C M Y K H S L
Decimal 143 205 65 0.30 0 0.68 0.20 86.57 0.58 0.53
Hex 8F CD 41 1E 0 44 14 57 3A 35
Octal 217 315 101 36 0 104 24 127 72 65
Binary 10001111 11001101 1000001 11110 0 1000100 10100 1010111 111010 110101

Color Harmonies of #8FCD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCD41

Black with #8FCD41

Text Example


Text Example

White with #8FCD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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