Html Css Color HEX #98C017 Citrus

📋 copy color: '#98C017'

red 152 ◦ green 192 ◦ blue 23

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

Shades of Citrus #98C017

Tints of Citrus #98C017

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.32%

 BLUE value IS 23 (9.38% from 255) = 6.27%

R = 41.42%
G = 52.32%
B = 6.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#98C017 (or 0x98C017) is known color: Citrus. HEX triplet: 98, C0 and 17. RGB value is (152,192,23). Sum of RGB (Red+Green+Blue) = 152+192+23=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #98C017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C017 is #673FE8. Grayscale: #A1A1A1. Windows color (decimal): -6766569 or 1556632. OLE color: 1556632.

HSL color Cylindrical-coordinate representation of color #98C017: hue angle of 74.2º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98C017 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 23 -
CMYK 0.21 0 0.88 0.25
HSL 74.2º 0.79% 0.42% -
HSV(B) 74.2º 0.88% 0.75% -
XYZ 31.95 44.44 7.7 -
YUV 160.77 50.25 121.74 -
System Red Green Blue C M Y K H S L
Decimal 152 192 23 0.21 0 0.88 0.25 74.2 0.79 0.42
Hex 98 C0 17 15 0 58 19 4A 4F 2A
Octal 230 300 27 25 0 130 31 112 117 52
Binary 10011000 11000000 10111 10101 0 1011000 11001 1001010 1001111 101010

Color Harmonies of #98C017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C017

Black with #98C017

Text Example


Text Example

White with #98C017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,192,23); }

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

background-color css

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

 a { background-color: rgb(152,192,23); }

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

border-color css

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

 span { border-color: rgb(152,192,23); }

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