Html Css Color HEX #98D336 Atlantis

📋 copy color: '#98D336'

red 152 ◦ green 211 ◦ blue 54

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

Shades of Atlantis #98D336

Tints of Atlantis #98D336

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.6%

 BLUE value IS 54 (21.48% from 255) = 12.95%

R = 36.45%
G = 50.6%
B = 12.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#98D336 (or 0x98D336) is known color: Atlantis. HEX triplet: 98, D3 and 36. RGB value is (152,211,54). Sum of RGB (Red+Green+Blue) = 152+211+54=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #98D336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D336 is #672CC9. Grayscale: #B0B0B0. Windows color (decimal): -6761674 or 3593112. OLE color: 3593112.

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

Color convert

RGB 152 211 54 -
CMYK 0.28 0 0.74 0.17
HSL 82.55º 0.64% 0.52% -
HSV(B) 82.55º 0.74% 0.83% -
XYZ 36.91 53.53 11.88 -
YUV 175.46 59.45 111.27 -
System Red Green Blue C M Y K H S L
Decimal 152 211 54 0.28 0 0.74 0.17 82.55 0.64 0.52
Hex 98 D3 36 1C 0 4A 11 53 40 34
Octal 230 323 66 34 0 112 21 123 100 64
Binary 10011000 11010011 110110 11100 0 1001010 10001 1010011 1000000 110100

Color Harmonies of #98D336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D336

Black with #98D336

Text Example


Text Example

White with #98D336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,211,54); }

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

background-color css

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

 a { background-color: rgb(152,211,54); }

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

border-color css

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

 span { border-color: rgb(152,211,54); }

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