Html Css Color HEX #98BF17 Citrus

📋 copy color: '#98BF17'

red 152 ◦ green 191 ◦ blue 23

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

Shades of Citrus #98BF17

Tints of Citrus #98BF17

RGB

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

 GREEN value IS 191 (75% from 255) = 52.19%

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

R = 41.53%
G = 52.19%
B = 6.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#98BF17 (or 0x98BF17) is known color: Citrus. HEX triplet: 98, BF and 17. RGB value is (152,191,23). Sum of RGB (Red+Green+Blue) = 152+191+23=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BF17 is #6740E8. Grayscale: #A0A0A0. Windows color (decimal): -6766825 or 1556376. OLE color: 1556376.

HSL color Cylindrical-coordinate representation of color #98BF17: hue angle of 73.93º 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 #98BF17 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 191 23 -
CMYK 0.20 0 0.88 0.25
HSL 73.93º 0.79% 0.42% -
HSV(B) 73.93º 0.88% 0.75% -
XYZ 31.73 44 7.63 -
YUV 160.19 50.58 122.16 -
System Red Green Blue C M Y K H S L
Decimal 152 191 23 0.20 0 0.88 0.25 73.93 0.79 0.42
Hex 98 BF 17 14 0 58 19 4A 4F 2A
Octal 230 277 27 24 0 130 31 112 117 52
Binary 10011000 10111111 10111 10100 0 1011000 11001 1001010 1001111 101010

Color Harmonies of #98BF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF17

Black with #98BF17

Text Example


Text Example

White with #98BF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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