Html Css Color HEX #98E641 Atlantis

📋 copy color: '#98E641'

red 152 ◦ green 230 ◦ blue 65

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

Shades of Atlantis #98E641

Tints of Atlantis #98E641

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.45%

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

R = 34%
G = 51.45%
B = 14.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#98E641 (or 0x98E641) is known color: Atlantis. HEX triplet: 98, E6 and 41. RGB value is (152,230,65). Sum of RGB (Red+Green+Blue) = 152+230+65=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #98E641 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98E641 is #6719BE. Grayscale: #BCBCBC. Windows color (decimal): -6756799 or 4318872. OLE color: 4318872.

HSL color Cylindrical-coordinate representation of color #98E641: hue angle of 88.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98E641 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 230 65 -
CMYK 0.34 0 0.72 0.10
HSL 88.36º 0.77% 0.58% -
HSV(B) 88.36º 0.72% 0.9% -
XYZ 42.2 63.65 15.06 -
YUV 187.87 58.66 102.42 -
System Red Green Blue C M Y K H S L
Decimal 152 230 65 0.34 0 0.72 0.10 88.36 0.77 0.58
Hex 98 E6 41 22 0 48 A 58 4D 3A
Octal 230 346 101 42 0 110 12 130 115 72
Binary 10011000 11100110 1000001 100010 0 1001000 1010 1011000 1001101 111010

Color Harmonies of #98E641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E641

Black with #98E641

Text Example


Text Example

White with #98E641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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