Html Css Color HEX #98C504 Citrus

📋 copy color: '#98C504'

red 152 ◦ green 197 ◦ blue 4

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

Shades of Citrus #98C504

Tints of Citrus #98C504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 43.06%
G = 55.81%
B = 1.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#98C504 (or 0x98C504) is known color: Citrus. HEX triplet: 98, C5 and 04. RGB value is (152,197,4). Sum of RGB (Red+Green+Blue) = 152+197+4=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 197 (77.34% from 255 or 55.81% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 197 - color contains mainly: green. Hex color #98C504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C504 is #673AFB. Grayscale: #A2A2A2. Windows color (decimal): -6765308 or 312728. OLE color: 312728.

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

Color convert

RGB 152 197 4 -
CMYK 0.23 0 0.98 0.23
HSL 73.99º 0.96% 0.39% -
HSV(B) 73.99º 0.98% 0.77% -
XYZ 32.94 46.62 7.38 -
YUV 161.54 39.09 121.19 -
System Red Green Blue C M Y K H S L
Decimal 152 197 4 0.23 0 0.98 0.23 73.99 0.96 0.39
Hex 98 C5 4 17 0 62 17 4A 60 27
Octal 230 305 4 27 0 142 27 112 140 47
Binary 10011000 11000101 100 10111 0 1100010 10111 1001010 1100000 100111

Color Harmonies of #98C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C504

Black with #98C504

Text Example


Text Example

White with #98C504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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