Html Css Color HEX #98C534 Yellow Green

📋 copy color: '#98C534'

red 152 ◦ green 197 ◦ blue 52

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

Shades of Yellow Green #98C534

Tints of Yellow Green #98C534

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.13%

 BLUE value IS 52 (20.7% from 255) = 12.97%

R = 37.91%
G = 49.13%
B = 12.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#98C534 (or 0x98C534) is known color: Yellow Green. HEX triplet: 98, C5 and 34. RGB value is (152,197,52). Sum of RGB (Red+Green+Blue) = 152+197+52=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #98C534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C534 is #673ACB. Grayscale: #A7A7A7. Windows color (decimal): -6765260 or 3458456. OLE color: 3458456.

HSL color Cylindrical-coordinate representation of color #98C534: hue angle of 78.62º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98C534 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 197 52 -
CMYK 0.23 0 0.74 0.23
HSL 78.62º 0.58% 0.49% -
HSV(B) 78.62º 0.74% 0.77% -
XYZ 33.53 46.86 10.53 -
YUV 167.02 63.09 117.29 -
System Red Green Blue C M Y K H S L
Decimal 152 197 52 0.23 0 0.74 0.23 78.62 0.58 0.49
Hex 98 C5 34 17 0 4A 17 4F 3A 31
Octal 230 305 64 27 0 112 27 117 72 61
Binary 10011000 11000101 110100 10111 0 1001010 10111 1001111 111010 110001

Color Harmonies of #98C534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C534

Black with #98C534

Text Example


Text Example

White with #98C534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,197,52); }

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

background-color css

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

 a { background-color: rgb(152,197,52); }

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

border-color css

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

 span { border-color: rgb(152,197,52); }

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