Html Css Color HEX #98D237 Atlantis

📋 copy color: '#98D237'

red 152 ◦ green 210 ◦ blue 55

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

Shades of Atlantis #98D237

Tints of Atlantis #98D237

RGB

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

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

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

R = 36.45%
G = 50.36%
B = 13.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#98D237 (or 0x98D237) is known color: Atlantis. HEX triplet: 98, D2 and 37. RGB value is (152,210,55). Sum of RGB (Red+Green+Blue) = 152+210+55=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #98D237 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D237 is #672DC8. Grayscale: #AFAFAF. Windows color (decimal): -6761929 or 3658392. OLE color: 3658392.

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

Color convert

RGB 152 210 55 -
CMYK 0.28 0 0.74 0.18
HSL 82.45º 0.63% 0.52% -
HSV(B) 82.45º 0.74% 0.82% -
XYZ 36.69 53.04 11.92 -
YUV 174.99 60.28 111.6 -
System Red Green Blue C M Y K H S L
Decimal 152 210 55 0.28 0 0.74 0.18 82.45 0.63 0.52
Hex 98 D2 37 1C 0 4A 12 52 3F 34
Octal 230 322 67 34 0 112 22 122 77 64
Binary 10011000 11010010 110111 11100 0 1001010 10010 1010010 111111 110100

Color Harmonies of #98D237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D237

Black with #98D237

Text Example


Text Example

White with #98D237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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