Html Css Color HEX #89DD48 Atlantis

📋 copy color: '#89DD48'

red 137 ◦ green 221 ◦ blue 72

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

Shades of Atlantis #89DD48

Tints of Atlantis #89DD48

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.4%

 BLUE value IS 72 (28.52% from 255) = 16.74%

R = 31.86%
G = 51.4%
B = 16.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#89DD48 (or 0x89DD48) is known color: Atlantis. HEX triplet: 89, DD and 48. RGB value is (137,221,72). Sum of RGB (Red+Green+Blue) = 137+221+72=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #89DD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89DD48 is #7622B7. Grayscale: #B3B3B3. Windows color (decimal): -7742136 or 4775305. OLE color: 4775305.

HSL color Cylindrical-coordinate representation of color #89DD48: hue angle of 93.83º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89DD48 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 221 72 -
CMYK 0.38 0 0.67 0.13
HSL 93.83º 0.69% 0.57% -
HSV(B) 93.83º 0.67% 0.87% -
XYZ 37.34 57.5 15.26 -
YUV 178.9 67.67 98.12 -
System Red Green Blue C M Y K H S L
Decimal 137 221 72 0.38 0 0.67 0.13 93.83 0.69 0.57
Hex 89 DD 48 26 0 43 D 5E 45 39
Octal 211 335 110 46 0 103 15 136 105 71
Binary 10001001 11011101 1001000 100110 0 1000011 1101 1011110 1000101 111001

Color Harmonies of #89DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DD48

Black with #89DD48

Text Example


Text Example

White with #89DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,221,72); }

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

background-color css

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

 a { background-color: rgb(137,221,72); }

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

border-color css

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

 span { border-color: rgb(137,221,72); }

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