Html Css Color HEX #98C025 Yellow Green

📋 copy color: '#98C025'

red 152 ◦ green 192 ◦ blue 37

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

Shades of Yellow Green #98C025

Tints of Yellow Green #98C025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.39%

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

R = 39.9%
G = 50.39%
B = 9.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#98C025 (or 0x98C025) is known color: Yellow Green. HEX triplet: 98, C0 and 25. RGB value is (152,192,37). Sum of RGB (Red+Green+Blue) = 152+192+37=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #98C025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C025 is #673FDA. Grayscale: #A2A2A2. Windows color (decimal): -6766555 or 2474136. OLE color: 2474136.

HSL color Cylindrical-coordinate representation of color #98C025: hue angle of 75.48º 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 #98C025 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 37 -
CMYK 0.21 0 0.81 0.25
HSL 75.48º 0.68% 0.45% -
HSV(B) 75.48º 0.81% 0.75% -
XYZ 32.13 44.51 8.65 -
YUV 162.37 57.25 120.6 -
System Red Green Blue C M Y K H S L
Decimal 152 192 37 0.21 0 0.81 0.25 75.48 0.68 0.45
Hex 98 C0 25 15 0 51 19 4B 44 2D
Octal 230 300 45 25 0 121 31 113 104 55
Binary 10011000 11000000 100101 10101 0 1010001 11001 1001011 1000100 101101

Color Harmonies of #98C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C025

Black with #98C025

Text Example


Text Example

White with #98C025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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