Html Css Color HEX #98FC03 Spring Bud

📋 copy color: '#98FC03'

red 152 ◦ green 252 ◦ blue 3

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

Shades of Spring Bud #98FC03

Tints of Spring Bud #98FC03

RGB

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

 GREEN value IS 252 (98.83% from 255) = 61.92%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 37.35%
G = 61.92%
B = 0.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#98FC03 (or 0x98FC03) is known color: Spring Bud. HEX triplet: 98, FC and 03. RGB value is (152,252,3). Sum of RGB (Red+Green+Blue) = 152+252+3=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 252 (98.83% from 255 or 61.92% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 252 - color contains mainly: green. Hex color #98FC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FC03 is #6703FC. Grayscale: #C2C2C2. Windows color (decimal): -6751229 or 261272. OLE color: 261272.

HSL color Cylindrical-coordinate representation of color #98FC03: hue angle of 84.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98FC03 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 252 3 -
CMYK 0.40 0 0.99 0.01
HSL 84.1º 0.98% 0.5% -
HSV(B) 84.1º 0.99% 0.99% -
XYZ 47.78 76.3 12.3 -
YUV 193.71 20.37 98.25 -
System Red Green Blue C M Y K H S L
Decimal 152 252 3 0.40 0 0.99 0.01 84.1 0.98 0.5
Hex 98 FC 3 28 0 63 1 54 62 32
Octal 230 374 3 50 0 143 1 124 142 62
Binary 10011000 11111100 11 101000 0 1100011 1 1010100 1100010 110010

Color Harmonies of #98FC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FC03

Black with #98FC03

Text Example


Text Example

White with #98FC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,252,3); }

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

background-color css

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

 a { background-color: rgb(152,252,3); }

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

border-color css

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

 span { border-color: rgb(152,252,3); }

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