Html Css Color HEX #98BF41 Atlantis

📋 copy color: '#98BF41'

red 152 ◦ green 191 ◦ blue 65

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

Shades of Atlantis #98BF41

Tints of Atlantis #98BF41

RGB

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

 GREEN value IS 191 (75% from 255) = 46.81%

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

R = 37.25%
G = 46.81%
B = 15.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#98BF41 (or 0x98BF41) is known color: Atlantis. HEX triplet: 98, BF and 41. RGB value is (152,191,65). Sum of RGB (Red+Green+Blue) = 152+191+65=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BF41 is #6740BE. Grayscale: #A5A5A5. Windows color (decimal): -6766783 or 4308888. OLE color: 4308888.

HSL color Cylindrical-coordinate representation of color #98BF41: hue angle of 78.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98BF41 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 191 65 -
CMYK 0.20 0 0.66 0.25
HSL 78.57º 0.5% 0.5% -
HSV(B) 78.57º 0.66% 0.75% -
XYZ 32.53 44.32 11.84 -
YUV 164.98 71.58 118.75 -
System Red Green Blue C M Y K H S L
Decimal 152 191 65 0.20 0 0.66 0.25 78.57 0.5 0.5
Hex 98 BF 41 14 0 42 19 4F 32 32
Octal 230 277 101 24 0 102 31 117 62 62
Binary 10011000 10111111 1000001 10100 0 1000010 11001 1001111 110010 110010

Color Harmonies of #98BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF41

Black with #98BF41

Text Example


Text Example

White with #98BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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