Html Css Color HEX #98D736 Atlantis

📋 copy color: '#98D736'

red 152 ◦ green 215 ◦ blue 54

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

Shades of Atlantis #98D736

Tints of Atlantis #98D736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.07%

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

R = 36.1%
G = 51.07%
B = 12.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#98D736 (or 0x98D736) is known color: Atlantis. HEX triplet: 98, D7 and 36. RGB value is (152,215,54). Sum of RGB (Red+Green+Blue) = 152+215+54=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #98D736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D736 is #6728C9. Grayscale: #B2B2B2. Windows color (decimal): -6760650 or 3594136. OLE color: 3594136.

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

Color convert

RGB 152 215 54 -
CMYK 0.29 0 0.75 0.16
HSL 83.48º 0.67% 0.53% -
HSV(B) 83.48º 0.75% 0.84% -
XYZ 37.92 55.54 12.21 -
YUV 177.81 58.13 109.59 -
System Red Green Blue C M Y K H S L
Decimal 152 215 54 0.29 0 0.75 0.16 83.48 0.67 0.53
Hex 98 D7 36 1D 0 4B 10 53 43 35
Octal 230 327 66 35 0 113 20 123 103 65
Binary 10011000 11010111 110110 11101 0 1001011 10000 1010011 1000011 110101

Color Harmonies of #98D736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D736

Black with #98D736

Text Example


Text Example

White with #98D736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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