Html Css Color HEX #98D249 Atlantis

📋 copy color: '#98D249'

red 152 ◦ green 210 ◦ blue 73

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

Shades of Atlantis #98D249

Tints of Atlantis #98D249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.28%

 BLUE value IS 73 (28.91% from 255) = 16.78%

R = 34.94%
G = 48.28%
B = 16.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#98D249 (or 0x98D249) is known color: Atlantis. HEX triplet: 98, D2 and 49. RGB value is (152,210,73). Sum of RGB (Red+Green+Blue) = 152+210+73=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #98D249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D249 is #672DB6. Grayscale: #B1B1B1. Windows color (decimal): -6761911 or 4838040. OLE color: 4838040.

HSL color Cylindrical-coordinate representation of color #98D249: hue angle of 85.4º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98D249 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 210 73 -
CMYK 0.28 0 0.65 0.18
HSL 85.4º 0.6% 0.55% -
HSV(B) 85.4º 0.65% 0.82% -
XYZ 37.2 53.25 14.62 -
YUV 177.04 69.28 110.14 -
System Red Green Blue C M Y K H S L
Decimal 152 210 73 0.28 0 0.65 0.18 85.4 0.6 0.55
Hex 98 D2 49 1C 0 41 12 55 3C 37
Octal 230 322 111 34 0 101 22 125 74 67
Binary 10011000 11010010 1001001 11100 0 1000001 10010 1010101 111100 110111

Color Harmonies of #98D249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D249

Black with #98D249

Text Example


Text Example

White with #98D249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,210,73); }

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

background-color css

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

 a { background-color: rgb(152,210,73); }

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

border-color css

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

 span { border-color: rgb(152,210,73); }

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