Html Css Color HEX #98F705 Spring Bud

📋 copy color: '#98F705'

red 152 ◦ green 247 ◦ blue 5

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

Shades of Spring Bud #98F705

Tints of Spring Bud #98F705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 37.62%
G = 61.14%
B = 1.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#98F705 (or 0x98F705) is known color: Spring Bud. HEX triplet: 98, F7 and 05. RGB value is (152,247,5). Sum of RGB (Red+Green+Blue) = 152+247+5=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 247 (96.88% from 255 or 61.14% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 247 - color contains mainly: green. Hex color #98F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F705 is #6708FA. Grayscale: #BFBFBF. Windows color (decimal): -6752507 or 391064. OLE color: 391064.

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

Color convert

RGB 152 247 5 -
CMYK 0.38 0 0.98 0.03
HSL 83.55º 0.96% 0.49% -
HSV(B) 83.55º 0.98% 0.97% -
XYZ 46.24 73.21 11.84 -
YUV 191.01 23.03 100.18 -
System Red Green Blue C M Y K H S L
Decimal 152 247 5 0.38 0 0.98 0.03 83.55 0.96 0.49
Hex 98 F7 5 26 0 62 3 54 60 31
Octal 230 367 5 46 0 142 3 124 140 61
Binary 10011000 11110111 101 100110 0 1100010 11 1010100 1100000 110001

Color Harmonies of #98F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F705

Black with #98F705

Text Example


Text Example

White with #98F705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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