Html Css Color HEX #98FF0B Spring Bud

📋 copy color: '#98FF0B'

red 152 ◦ green 255 ◦ blue 11

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

Shades of Spring Bud #98FF0B

Tints of Spring Bud #98FF0B

RGB

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

 GREEN value IS 255 (100% from 255) = 61%

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

R = 36.36%
G = 61%
B = 2.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#98FF0B (or 0x98FF0B) is known color: Spring Bud. HEX triplet: 98, FF and 0B. RGB value is (152,255,11). Sum of RGB (Red+Green+Blue) = 152+255+11=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FF0B is #6700F4. Grayscale: #C5C5C5. Windows color (decimal): -6750453 or 786328. OLE color: 786328.

HSL color Cylindrical-coordinate representation of color #98FF0B: hue angle of 85.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98FF0B is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 152 255 11 -
CMYK 0.40 0 0.96 0
HSL 85.33º 1% 0.52% -
HSV(B) 85.33º 0.96% 1% -
XYZ 48.77 78.22 12.84 -
YUV 196.39 23.38 96.34 -
System Red Green Blue C M Y K H S L
Decimal 152 255 11 0.40 0 0.96 0 85.33 1 0.52
Hex 98 FF B 28 0 60 0 55 64 34
Octal 230 377 13 50 0 140 0 125 144 64
Binary 10011000 11111111 1011 101000 0 1100000 0 1010101 1100100 110100

Color Harmonies of #98FF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FF0B

Black with #98FF0B

Text Example


Text Example

White with #98FF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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