Html Css Color HEX #98BD41 Atlantis

📋 copy color: '#98BD41'

red 152 ◦ green 189 ◦ blue 65

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

Shades of Atlantis #98BD41

Tints of Atlantis #98BD41

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.55%

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

R = 37.44%
G = 46.55%
B = 16.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#98BD41 (or 0x98BD41) is known color: Atlantis. HEX triplet: 98, BD and 41. RGB value is (152,189,65). Sum of RGB (Red+Green+Blue) = 152+189+65=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BD41 is #6742BE. Grayscale: #A4A4A4. Windows color (decimal): -6767295 or 4308376. OLE color: 4308376.

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

Color convert

RGB 152 189 65 -
CMYK 0.20 0 0.66 0.26
HSL 77.9º 0.49% 0.5% -
HSV(B) 77.9º 0.66% 0.74% -
XYZ 32.1 43.45 11.7 -
YUV 163.8 72.24 119.58 -
System Red Green Blue C M Y K H S L
Decimal 152 189 65 0.20 0 0.66 0.26 77.9 0.49 0.5
Hex 98 BD 41 14 0 42 1A 4E 31 32
Octal 230 275 101 24 0 102 32 116 61 62
Binary 10011000 10111101 1000001 10100 0 1000010 11010 1001110 110001 110010

Color Harmonies of #98BD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BD41

Black with #98BD41

Text Example


Text Example

White with #98BD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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