Html Css Color HEX #98C552 Atlantis

📋 copy color: '#98C552'

red 152 ◦ green 197 ◦ blue 82

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

Shades of Atlantis #98C552

Tints of Atlantis #98C552

RGB

 RED value IS 152 (59.77% from 255) = 35.27%

 GREEN value IS 197 (77.34% from 255) = 45.71%

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 35.27%
G = 45.71%
B = 19.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#98C552 (or 0x98C552) is known color: Atlantis. HEX triplet: 98, C5 and 52. RGB value is (152,197,82). Sum of RGB (Red+Green+Blue) = 152+197+82=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #98C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C552 is #673AAD. Grayscale: #AAAAAA. Windows color (decimal): -6765230 or 5424536. OLE color: 5424536.

HSL color Cylindrical-coordinate representation of color #98C552: hue angle of 83.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98C552 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 197 82 -
CMYK 0.23 0 0.58 0.23
HSL 83.48º 0.5% 0.55% -
HSV(B) 83.48º 0.58% 0.77% -
XYZ 34.44 47.22 15.28 -
YUV 170.44 78.09 114.85 -
System Red Green Blue C M Y K H S L
Decimal 152 197 82 0.23 0 0.58 0.23 83.48 0.5 0.55
Hex 98 C5 52 17 0 3A 17 53 32 37
Octal 230 305 122 27 0 72 27 123 62 67
Binary 10011000 11000101 1010010 10111 0 111010 10111 1010011 110010 110111

Color Harmonies of #98C552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C552

Black with #98C552

Text Example


Text Example

White with #98C552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98C552; }

 p { color: rgb(152,197,82); }

 H1.HeaderClassName
 {
   color: #98C552;
 }
 .AnyTagClassName
 {
   color: #98C552;
 }
</style>

background-color css

<style>
 a { background-color: #98C552; }

 a { background-color: rgb(152,197,82); }

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

border-color css

<style>
 span { border-color: #98C552; }

 span { border-color: rgb(152,197,82); }

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