Html Css Color HEX #98F700 Spring Bud

📋 copy color: '#98F700'

red 152 ◦ green 247 ◦ blue 0

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

Shades of Spring Bud #98F700

Tints of Spring Bud #98F700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 61.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.1%
G = 61.9%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#98F700 (or 0x98F700) is known color: Spring Bud. HEX triplet: 98, F7 and 00. RGB value is (152,247,0). Sum of RGB (Red+Green+Blue) = 152+247+0=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 247 (96.88% from 255 or 61.90% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 247 - color contains mainly: green. Hex color #98F700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F700 is #6708FF. Grayscale: #BFBFBF. Windows color (decimal): -6752512 or 63384. OLE color: 63384.

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

Color convert

RGB 152 247 0 -
CMYK 0.38 0 1 0.03
HSL 83.08º 1% 0.48% -
HSV(B) 83.08º 1% 0.97% -
XYZ 46.21 73.2 11.69 -
YUV 190.44 20.53 100.58 -
System Red Green Blue C M Y K H S L
Decimal 152 247 0 0.38 0 1 0.03 83.08 1 0.48
Hex 98 F7 0 26 0 64 3 53 64 30
Octal 230 367 0 46 0 144 3 123 144 60
Binary 10011000 11110111 0 100110 0 1100100 11 1010011 1100100 110000

Color Harmonies of #98F700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F700

Black with #98F700

Text Example


Text Example

White with #98F700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,247,0); }

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

background-color css

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

 a { background-color: rgb(152,247,0); }

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

border-color css

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

 span { border-color: rgb(152,247,0); }

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