Html Css Color HEX #98F80B Spring Bud

📋 copy color: '#98F80B'

red 152 ◦ green 248 ◦ blue 11

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

Shades of Spring Bud #98F80B

Tints of Spring Bud #98F80B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.34%

 BLUE value IS 11 (4.69% from 255) = 2.68%

R = 36.98%
G = 60.34%
B = 2.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#98F80B (or 0x98F80B) is known color: Spring Bud. HEX triplet: 98, F8 and 0B. RGB value is (152,248,11). Sum of RGB (Red+Green+Blue) = 152+248+11=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 248 (97.27% from 255 or 60.34% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 248 - color contains mainly: green. Hex color #98F80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F80B is #6707F4. Grayscale: #C1C1C1. Windows color (decimal): -6752245 or 784536. OLE color: 784536.

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

Color convert

RGB 152 248 11 -
CMYK 0.39 0 0.96 0.03
HSL 84.3º 0.94% 0.51% -
HSV(B) 84.3º 0.96% 0.97% -
XYZ 46.58 73.83 12.11 -
YUV 192.28 25.7 99.27 -
System Red Green Blue C M Y K H S L
Decimal 152 248 11 0.39 0 0.96 0.03 84.3 0.94 0.51
Hex 98 F8 B 27 0 60 3 54 5E 33
Octal 230 370 13 47 0 140 3 124 136 63
Binary 10011000 11111000 1011 100111 0 1100000 11 1010100 1011110 110011

Color Harmonies of #98F80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F80B

Black with #98F80B

Text Example


Text Example

White with #98F80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,248,11); }

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

background-color css

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

 a { background-color: rgb(152,248,11); }

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

border-color css

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

 span { border-color: rgb(152,248,11); }

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