Html Css Color HEX #98C507 Citrus

📋 copy color: '#98C507'

red 152 ◦ green 197 ◦ blue 7

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

Shades of Citrus #98C507

Tints of Citrus #98C507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.97%

R = 42.7%
G = 55.34%
B = 1.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#98C507 (or 0x98C507) is known color: Citrus. HEX triplet: 98, C5 and 07. RGB value is (152,197,7). Sum of RGB (Red+Green+Blue) = 152+197+7=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #98C507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C507 is #673AF8. Grayscale: #A2A2A2. Windows color (decimal): -6765305 or 509336. OLE color: 509336.

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

Color convert

RGB 152 197 7 -
CMYK 0.23 0 0.96 0.23
HSL 74.21º 0.93% 0.4% -
HSV(B) 74.21º 0.96% 0.77% -
XYZ 32.95 46.62 7.46 -
YUV 161.89 40.59 120.95 -
System Red Green Blue C M Y K H S L
Decimal 152 197 7 0.23 0 0.96 0.23 74.21 0.93 0.4
Hex 98 C5 7 17 0 60 17 4A 5D 28
Octal 230 305 7 27 0 140 27 112 135 50
Binary 10011000 11000101 111 10111 0 1100000 10111 1001010 1011101 101000

Color Harmonies of #98C507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C507

Black with #98C507

Text Example


Text Example

White with #98C507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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