Html Css Color HEX #98C820 Yellow Green

📋 copy color: '#98C820'

red 152 ◦ green 200 ◦ blue 32

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

Shades of Yellow Green #98C820

Tints of Yellow Green #98C820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.08%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 39.58%
G = 52.08%
B = 8.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#98C820 (or 0x98C820) is known color: Yellow Green. HEX triplet: 98, C8 and 20. RGB value is (152,200,32). Sum of RGB (Red+Green+Blue) = 152+200+32=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #98C820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C820 is #6737DF. Grayscale: #A7A7A7. Windows color (decimal): -6764512 or 2148504. OLE color: 2148504.

HSL color Cylindrical-coordinate representation of color #98C820: hue angle of 77.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98C820 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 200 32 -
CMYK 0.24 0 0.84 0.22
HSL 77.14º 0.72% 0.45% -
HSV(B) 77.14º 0.84% 0.78% -
XYZ 33.86 48.09 8.86 -
YUV 166.5 52.1 117.66 -
System Red Green Blue C M Y K H S L
Decimal 152 200 32 0.24 0 0.84 0.22 77.14 0.72 0.45
Hex 98 C8 20 18 0 54 16 4D 48 2D
Octal 230 310 40 30 0 124 26 115 110 55
Binary 10011000 11001000 100000 11000 0 1010100 10110 1001101 1001000 101101

Color Harmonies of #98C820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C820

Black with #98C820

Text Example


Text Example

White with #98C820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,200,32); }

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

background-color css

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

 a { background-color: rgb(152,200,32); }

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

border-color css

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

 span { border-color: rgb(152,200,32); }

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