Html Css Color HEX #98C428 Yellow Green

📋 copy color: '#98C428'

red 152 ◦ green 196 ◦ blue 40

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

Shades of Yellow Green #98C428

Tints of Yellow Green #98C428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.52%

 BLUE value IS 40 (16.02% from 255) = 10.31%

R = 39.18%
G = 50.52%
B = 10.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#98C428 (or 0x98C428) is known color: Yellow Green. HEX triplet: 98, C4 and 28. RGB value is (152,196,40). Sum of RGB (Red+Green+Blue) = 152+196+40=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #98C428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C428 is #673BD7. Grayscale: #A5A5A5. Windows color (decimal): -6765528 or 2671768. OLE color: 2671768.

HSL color Cylindrical-coordinate representation of color #98C428: hue angle of 76.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98C428 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 196 40 -
CMYK 0.22 0 0.80 0.23
HSL 76.92º 0.66% 0.46% -
HSV(B) 76.92º 0.8% 0.77% -
XYZ 33.07 46.31 9.2 -
YUV 165.06 57.42 118.68 -
System Red Green Blue C M Y K H S L
Decimal 152 196 40 0.22 0 0.80 0.23 76.92 0.66 0.46
Hex 98 C4 28 16 0 50 17 4D 42 2E
Octal 230 304 50 26 0 120 27 115 102 56
Binary 10011000 11000100 101000 10110 0 1010000 10111 1001101 1000010 101110

Color Harmonies of #98C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C428

Black with #98C428

Text Example


Text Example

White with #98C428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,196,40); }

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

background-color css

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

 a { background-color: rgb(152,196,40); }

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

border-color css

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

 span { border-color: rgb(152,196,40); }

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