Html Css Color HEX #8BCC41 Atlantis

📋 copy color: '#8BCC41'

red 139 ◦ green 204 ◦ blue 65

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

Shades of Atlantis #8BCC41

Tints of Atlantis #8BCC41

RGB

 RED value IS 139 (54.69% from 255) = 34.07%

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

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

R = 34.07%
G = 50%
B = 15.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#8BCC41 (or 0x8BCC41) is known color: Atlantis. HEX triplet: 8B, CC and 41. RGB value is (139,204,65). Sum of RGB (Red+Green+Blue) = 139+204+65=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCC41 is #7433BE. Grayscale: #A9A9A9. Windows color (decimal): -7615423 or 4312203. OLE color: 4312203.

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

Color convert

RGB 139 204 65 -
CMYK 0.32 0 0.68 0.2
HSL 88.06º 0.58% 0.53% -
HSV(B) 88.06º 0.68% 0.8% -
XYZ 33.19 49.06 12.72 -
YUV 168.72 69.47 106.8 -
System Red Green Blue C M Y K H S L
Decimal 139 204 65 0.32 0 0.68 0.2 88.06 0.58 0.53
Hex 8B CC 41 20 0 44 14 58 3A 35
Octal 213 314 101 40 0 104 24 130 72 65
Binary 10001011 11001100 1000001 100000 0 1000100 10100 1011000 111010 110101

Color Harmonies of #8BCC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCC41

Black with #8BCC41

Text Example


Text Example

White with #8BCC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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