Html Css Color HEX #98BF4D Atlantis

📋 copy color: '#98BF4D'

red 152 ◦ green 191 ◦ blue 77

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

Shades of Atlantis #98BF4D

Tints of Atlantis #98BF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.33%

R = 36.19%
G = 45.48%
B = 18.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#98BF4D (or 0x98BF4D) is known color: Atlantis. HEX triplet: 98, BF and 4D. RGB value is (152,191,77). Sum of RGB (Red+Green+Blue) = 152+191+77=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BF4D is #6740B2. Grayscale: #A6A6A6. Windows color (decimal): -6766771 or 5095320. OLE color: 5095320.

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

Color convert

RGB 152 191 77 -
CMYK 0.20 0 0.60 0.25
HSL 80.53º 0.47% 0.53% -
HSV(B) 80.53º 0.6% 0.75% -
XYZ 32.92 44.47 13.87 -
YUV 166.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 152 191 77 0.20 0 0.60 0.25 80.53 0.47 0.53
Hex 98 BF 4D 14 0 3C 19 51 2F 35
Octal 230 277 115 24 0 74 31 121 57 65
Binary 10011000 10111111 1001101 10100 0 111100 11001 1010001 101111 110101

Color Harmonies of #98BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF4D

Black with #98BF4D

Text Example


Text Example

White with #98BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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