Html Css Color HEX #98BF25 Yellow Green

📋 copy color: '#98BF25'

red 152 ◦ green 191 ◦ blue 37

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

Shades of Yellow Green #98BF25

Tints of Yellow Green #98BF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.74%

R = 40%
G = 50.26%
B = 9.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#98BF25 (or 0x98BF25) is known color: Yellow Green. HEX triplet: 98, BF and 25. RGB value is (152,191,37). Sum of RGB (Red+Green+Blue) = 152+191+37=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BF25 is #6740DA. Grayscale: #A2A2A2. Windows color (decimal): -6766811 or 2473880. OLE color: 2473880.

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

Color convert

RGB 152 191 37 -
CMYK 0.20 0 0.81 0.25
HSL 75.19º 0.68% 0.45% -
HSV(B) 75.19º 0.81% 0.75% -
XYZ 31.91 44.07 8.57 -
YUV 161.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 152 191 37 0.20 0 0.81 0.25 75.19 0.68 0.45
Hex 98 BF 25 14 0 51 19 4B 44 2D
Octal 230 277 45 24 0 121 31 113 104 55
Binary 10011000 10111111 100101 10100 0 1010001 11001 1001011 1000100 101101

Color Harmonies of #98BF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF25

Black with #98BF25

Text Example


Text Example

White with #98BF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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