Html Css Color HEX #98D841 Atlantis

📋 copy color: '#98D841'

red 152 ◦ green 216 ◦ blue 65

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

Shades of Atlantis #98D841

Tints of Atlantis #98D841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.88%

 BLUE value IS 65 (25.78% from 255) = 15.01%

R = 35.1%
G = 49.88%
B = 15.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#98D841 (or 0x98D841) is known color: Atlantis. HEX triplet: 98, D8 and 41. RGB value is (152,216,65). Sum of RGB (Red+Green+Blue) = 152+216+65=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #98D841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D841 is #6727BE. Grayscale: #B4B4B4. Windows color (decimal): -6760383 or 4315288. OLE color: 4315288.

HSL color Cylindrical-coordinate representation of color #98D841: hue angle of 85.43º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98D841 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 216 65 -
CMYK 0.30 0 0.70 0.15
HSL 85.43º 0.66% 0.55% -
HSV(B) 85.43º 0.7% 0.85% -
XYZ 38.46 56.17 13.82 -
YUV 179.65 63.3 108.28 -
System Red Green Blue C M Y K H S L
Decimal 152 216 65 0.30 0 0.70 0.15 85.43 0.66 0.55
Hex 98 D8 41 1E 0 46 F 55 42 37
Octal 230 330 101 36 0 106 17 125 102 67
Binary 10011000 11011000 1000001 11110 0 1000110 1111 1010101 1000010 110111

Color Harmonies of #98D841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D841

Black with #98D841

Text Example


Text Example

White with #98D841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,216,65); }

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

background-color css

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

 a { background-color: rgb(152,216,65); }

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

border-color css

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

 span { border-color: rgb(152,216,65); }

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