Html Css Color HEX #89F140 Atlantis

📋 copy color: '#89F140'

red 137 ◦ green 241 ◦ blue 64

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

Shades of Atlantis #89F140

Tints of Atlantis #89F140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.52%

 BLUE value IS 64 (25.39% from 255) = 14.48%

R = 31%
G = 54.52%
B = 14.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#89F140 (or 0x89F140) is known color: Atlantis. HEX triplet: 89, F1 and 40. RGB value is (137,241,64). Sum of RGB (Red+Green+Blue) = 137+241+64=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #89F140 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89F140 is #760EBF. Grayscale: #BEBEBE. Windows color (decimal): -7737024 or 4256137. OLE color: 4256137.

HSL color Cylindrical-coordinate representation of color #89F140: hue angle of 95.25º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89F140 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 241 64 -
CMYK 0.43 0 0.73 0.05
HSL 95.25º 0.86% 0.6% -
HSV(B) 95.25º 0.73% 0.95% -
XYZ 42.7 68.6 15.84 -
YUV 189.73 57.04 90.39 -
System Red Green Blue C M Y K H S L
Decimal 137 241 64 0.43 0 0.73 0.05 95.25 0.86 0.6
Hex 89 F1 40 2B 0 49 5 5F 56 3C
Octal 211 361 100 53 0 111 5 137 126 74
Binary 10001001 11110001 1000000 101011 0 1001001 101 1011111 1010110 111100

Color Harmonies of #89F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F140

Black with #89F140

Text Example


Text Example

White with #89F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,241,64); }

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

background-color css

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

 a { background-color: rgb(137,241,64); }

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

border-color css

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

 span { border-color: rgb(137,241,64); }

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