Html Css Color HEX #8DCC41 Atlantis

📋 copy color: '#8DCC41'

red 141 ◦ green 204 ◦ blue 65

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

Shades of Atlantis #8DCC41

Tints of Atlantis #8DCC41

RGB

 RED value IS 141 (55.47% from 255) = 34.39%

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

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

R = 34.39%
G = 49.76%
B = 15.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#8DCC41 (or 0x8DCC41) is known color: Atlantis. HEX triplet: 8D, CC and 41. RGB value is (141,204,65). Sum of RGB (Red+Green+Blue) = 141+204+65=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC41 is #7233BE. Grayscale: #A9A9A9. Windows color (decimal): -7484351 or 4312205. OLE color: 4312205.

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

Color convert

RGB 141 204 65 -
CMYK 0.31 0 0.68 0.2
HSL 87.19º 0.58% 0.53% -
HSV(B) 87.19º 0.68% 0.8% -
XYZ 33.53 49.23 12.74 -
YUV 169.32 69.13 107.8 -
System Red Green Blue C M Y K H S L
Decimal 141 204 65 0.31 0 0.68 0.2 87.19 0.58 0.53
Hex 8D CC 41 1F 0 44 14 57 3A 35
Octal 215 314 101 37 0 104 24 127 72 65
Binary 10001101 11001100 1000001 11111 0 1000100 10100 1010111 111010 110101

Color Harmonies of #8DCC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC41

Black with #8DCC41

Text Example


Text Example

White with #8DCC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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