Html Css Color HEX #98F901 Spring Bud

📋 copy color: '#98F901'

red 152 ◦ green 249 ◦ blue 1

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

Shades of Spring Bud #98F901

Tints of Spring Bud #98F901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 61.94%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 37.81%
G = 61.94%
B = 0.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#98F901 (or 0x98F901) is known color: Spring Bud. HEX triplet: 98, F9 and 01. RGB value is (152,249,1). Sum of RGB (Red+Green+Blue) = 152+249+1=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 249 (97.66% from 255 or 61.94% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 249 - color contains mainly: green. Hex color #98F901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F901 is #6706FE. Grayscale: #C0C0C0. Windows color (decimal): -6751999 or 129432. OLE color: 129432.

HSL color Cylindrical-coordinate representation of color #98F901: hue angle of 83.47º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98F901 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 249 1 -
CMYK 0.39 0 1.00 0.02
HSL 83.47º 0.99% 0.49% -
HSV(B) 83.47º 1% 0.98% -
XYZ 46.83 74.43 11.93 -
YUV 191.73 20.36 99.67 -
System Red Green Blue C M Y K H S L
Decimal 152 249 1 0.39 0 1.00 0.02 83.47 0.99 0.49
Hex 98 F9 1 27 0 64 2 53 63 31
Octal 230 371 1 47 0 144 2 123 143 61
Binary 10011000 11111001 1 100111 0 1100100 10 1010011 1100011 110001

Color Harmonies of #98F901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F901

Black with #98F901

Text Example


Text Example

White with #98F901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,249,1); }

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

background-color css

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

 a { background-color: rgb(152,249,1); }

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

border-color css

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

 span { border-color: rgb(152,249,1); }

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