Html Css Color HEX #89F250 Atlantis

📋 copy color: '#89F250'

red 137 ◦ green 242 ◦ blue 80

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

Shades of Atlantis #89F250

Tints of Atlantis #89F250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.72%

 BLUE value IS 80 (31.64% from 255) = 17.43%

R = 29.85%
G = 52.72%
B = 17.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#89F250 (or 0x89F250) is known color: Atlantis. HEX triplet: 89, F2 and 50. RGB value is (137,242,80). Sum of RGB (Red+Green+Blue) = 137+242+80=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #89F250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #89F250 is #760DAF. Grayscale: #C0C0C0. Windows color (decimal): -7736752 or 5304969. OLE color: 5304969.

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

Color convert

RGB 137 242 80 -
CMYK 0.43 0 0.67 0.05
HSL 98.89º 0.86% 0.63% -
HSV(B) 98.89º 0.67% 0.95% -
XYZ 43.52 69.4 18.69 -
YUV 192.14 64.71 88.67 -
System Red Green Blue C M Y K H S L
Decimal 137 242 80 0.43 0 0.67 0.05 98.89 0.86 0.63
Hex 89 F2 50 2B 0 43 5 63 56 3F
Octal 211 362 120 53 0 103 5 143 126 77
Binary 10001001 11110010 1010000 101011 0 1000011 101 1100011 1010110 111111

Color Harmonies of #89F250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F250

Black with #89F250

Text Example


Text Example

White with #89F250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,242,80); }

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

background-color css

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

 a { background-color: rgb(137,242,80); }

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

border-color css

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

 span { border-color: rgb(137,242,80); }

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