Html Css Color HEX #98FF08 Spring Bud

📋 copy color: '#98FF08'

red 152 ◦ green 255 ◦ blue 8

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

Shades of Spring Bud #98FF08

Tints of Spring Bud #98FF08

RGB

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

 GREEN value IS 255 (100% from 255) = 61.45%

 BLUE value IS 8 (3.52% from 255) = 1.93%

R = 36.63%
G = 61.45%
B = 1.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#98FF08 (or 0x98FF08) is known color: Spring Bud. HEX triplet: 98, FF and 08. RGB value is (152,255,8). Sum of RGB (Red+Green+Blue) = 152+255+8=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FF08 is #6700F7. Grayscale: #C4C4C4. Windows color (decimal): -6750456 or 589720. OLE color: 589720.

HSL color Cylindrical-coordinate representation of color #98FF08: hue angle of 85.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98FF08 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 152 255 8 -
CMYK 0.40 0 0.97 0
HSL 85.02º 1% 0.52% -
HSV(B) 85.02º 0.97% 1% -
XYZ 48.75 78.21 12.76 -
YUV 196.05 21.88 96.58 -
System Red Green Blue C M Y K H S L
Decimal 152 255 8 0.40 0 0.97 0 85.02 1 0.52
Hex 98 FF 8 28 0 61 0 55 64 34
Octal 230 377 10 50 0 141 0 125 144 64
Binary 10011000 11111111 1000 101000 0 1100001 0 1010101 1100100 110100

Color Harmonies of #98FF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FF08

Black with #98FF08

Text Example


Text Example

White with #98FF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,255,8); }

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

background-color css

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

 a { background-color: rgb(152,255,8); }

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

border-color css

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

 span { border-color: rgb(152,255,8); }

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