Html Css Color HEX #98BC41 Atlantis

📋 copy color: '#98BC41'

red 152 ◦ green 188 ◦ blue 65

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

Shades of Atlantis #98BC41

Tints of Atlantis #98BC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

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

R = 37.53%
G = 46.42%
B = 16.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#98BC41 (or 0x98BC41) is known color: Atlantis. HEX triplet: 98, BC and 41. RGB value is (152,188,65). Sum of RGB (Red+Green+Blue) = 152+188+65=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC41 is #6743BE. Grayscale: #A3A3A3. Windows color (decimal): -6767551 or 4308120. OLE color: 4308120.

HSL color Cylindrical-coordinate representation of color #98BC41: hue angle of 77.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98BC41 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 188 65 -
CMYK 0.19 0 0.65 0.26
HSL 77.56º 0.49% 0.5% -
HSV(B) 77.56º 0.65% 0.74% -
XYZ 31.89 43.02 11.62 -
YUV 163.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 152 188 65 0.19 0 0.65 0.26 77.56 0.49 0.5
Hex 98 BC 41 13 0 41 1A 4E 31 32
Octal 230 274 101 23 0 101 32 116 61 62
Binary 10011000 10111100 1000001 10011 0 1000001 11010 1001110 110001 110010

Color Harmonies of #98BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC41

Black with #98BC41

Text Example


Text Example

White with #98BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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