Html Css Color HEX #8BD341 Atlantis

📋 copy color: '#8BD341'

red 139 ◦ green 211 ◦ blue 65

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

Shades of Atlantis #8BD341

Tints of Atlantis #8BD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.84%

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

R = 33.49%
G = 50.84%
B = 15.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#8BD341 (or 0x8BD341) is known color: Atlantis. HEX triplet: 8B, D3 and 41. RGB value is (139,211,65). Sum of RGB (Red+Green+Blue) = 139+211+65=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD341 is #742CBE. Grayscale: #ADADAD. Windows color (decimal): -7613631 or 4313995. OLE color: 4313995.

HSL color Cylindrical-coordinate representation of color #8BD341: hue angle of 89.59º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BD341 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 211 65 -
CMYK 0.34 0 0.69 0.17
HSL 89.59º 0.62% 0.54% -
HSV(B) 89.59º 0.69% 0.83% -
XYZ 34.9 52.46 13.29 -
YUV 172.83 67.15 103.87 -
System Red Green Blue C M Y K H S L
Decimal 139 211 65 0.34 0 0.69 0.17 89.59 0.62 0.54
Hex 8B D3 41 22 0 45 11 5A 3E 36
Octal 213 323 101 42 0 105 21 132 76 66
Binary 10001011 11010011 1000001 100010 0 1000101 10001 1011010 111110 110110

Color Harmonies of #8BD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD341

Black with #8BD341

Text Example


Text Example

White with #8BD341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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