Html Css Color HEX #98BF04 Citrus

📋 copy color: '#98BF04'

red 152 ◦ green 191 ◦ blue 4

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

Shades of Citrus #98BF04

Tints of Citrus #98BF04

RGB

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

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

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

R = 43.8%
G = 55.04%
B = 1.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#98BF04 (or 0x98BF04) is known color: Citrus. HEX triplet: 98, BF and 04. RGB value is (152,191,4). Sum of RGB (Red+Green+Blue) = 152+191+4=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BF04 is #6740FB. Grayscale: #9E9E9E. Windows color (decimal): -6766844 or 311192. OLE color: 311192.

HSL color Cylindrical-coordinate representation of color #98BF04: hue angle of 72.51º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98BF04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 191 4 -
CMYK 0.20 0 0.98 0.25
HSL 72.51º 0.96% 0.38% -
HSV(B) 72.51º 0.98% 0.75% -
XYZ 31.6 43.95 6.93 -
YUV 158.02 41.08 123.71 -
System Red Green Blue C M Y K H S L
Decimal 152 191 4 0.20 0 0.98 0.25 72.51 0.96 0.38
Hex 98 BF 4 14 0 62 19 49 60 26
Octal 230 277 4 24 0 142 31 111 140 46
Binary 10011000 10111111 100 10100 0 1100010 11001 1001001 1100000 100110

Color Harmonies of #98BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF04

Black with #98BF04

Text Example


Text Example

White with #98BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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