Html Css Color HEX #89BF41 Atlantis

📋 copy color: '#89BF41'

red 137 ◦ green 191 ◦ blue 65

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

Shades of Atlantis #89BF41

Tints of Atlantis #89BF41

RGB

 RED value IS 137 (53.91% from 255) = 34.86%

 GREEN value IS 191 (75% from 255) = 48.6%

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

R = 34.86%
G = 48.6%
B = 16.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#89BF41 (or 0x89BF41) is known color: Atlantis. HEX triplet: 89, BF and 41. RGB value is (137,191,65). Sum of RGB (Red+Green+Blue) = 137+191+65=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BF41 is #7640BE. Grayscale: #A0A0A0. Windows color (decimal): -7749823 or 4308873. OLE color: 4308873.

HSL color Cylindrical-coordinate representation of color #89BF41: hue angle of 85.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89BF41 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 191 65 -
CMYK 0.28 0 0.66 0.25
HSL 85.71º 0.5% 0.5% -
HSV(B) 85.71º 0.66% 0.75% -
XYZ 29.9 42.96 11.72 -
YUV 160.49 74.11 111.25 -
System Red Green Blue C M Y K H S L
Decimal 137 191 65 0.28 0 0.66 0.25 85.71 0.5 0.5
Hex 89 BF 41 1C 0 42 19 56 32 32
Octal 211 277 101 34 0 102 31 126 62 62
Binary 10001001 10111111 1000001 11100 0 1000010 11001 1010110 110010 110010

Color Harmonies of #89BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BF41

Black with #89BF41

Text Example


Text Example

White with #89BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89BF41; }

 p { color: rgb(137,191,65); }

 H1.HeaderClassName
 {
   color: #89BF41;
 }
 .AnyTagClassName
 {
   color: #89BF41;
 }
</style>

background-color css

<style>
 a { background-color: #89BF41; }

 a { background-color: rgb(137,191,65); }

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

border-color css

<style>
 span { border-color: #89BF41; }

 span { border-color: rgb(137,191,65); }

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