Html Css Color HEX #98D537 Atlantis

📋 copy color: '#98D537'

red 152 ◦ green 213 ◦ blue 55

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

Shades of Atlantis #98D537

Tints of Atlantis #98D537

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.71%

 BLUE value IS 55 (21.88% from 255) = 13.1%

R = 36.19%
G = 50.71%
B = 13.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#98D537 (or 0x98D537) is known color: Atlantis. HEX triplet: 98, D5 and 37. RGB value is (152,213,55). Sum of RGB (Red+Green+Blue) = 152+213+55=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #98D537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D537 is #672AC8. Grayscale: #B1B1B1. Windows color (decimal): -6761161 or 3659160. OLE color: 3659160.

HSL color Cylindrical-coordinate representation of color #98D537: hue angle of 83.16º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98D537 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 213 55 -
CMYK 0.29 0 0.74 0.16
HSL 83.16º 0.65% 0.53% -
HSV(B) 83.16º 0.74% 0.84% -
XYZ 37.43 54.54 12.17 -
YUV 176.75 59.29 110.35 -
System Red Green Blue C M Y K H S L
Decimal 152 213 55 0.29 0 0.74 0.16 83.16 0.65 0.53
Hex 98 D5 37 1D 0 4A 10 53 41 35
Octal 230 325 67 35 0 112 20 123 101 65
Binary 10011000 11010101 110111 11101 0 1001010 10000 1010011 1000001 110101

Color Harmonies of #98D537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D537

Black with #98D537

Text Example


Text Example

White with #98D537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,213,55); }

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

background-color css

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

 a { background-color: rgb(152,213,55); }

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

border-color css

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

 span { border-color: rgb(152,213,55); }

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