Html Css Color HEX #98F105 Spring Bud

📋 copy color: '#98F105'

red 152 ◦ green 241 ◦ blue 5

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

Shades of Spring Bud #98F105

Tints of Spring Bud #98F105

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.55%

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

R = 38.19%
G = 60.55%
B = 1.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#98F105 (or 0x98F105) is known color: Spring Bud. HEX triplet: 98, F1 and 05. RGB value is (152,241,5). Sum of RGB (Red+Green+Blue) = 152+241+5=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #98F105 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F105 is #670EFA. Grayscale: #BCBCBC. Windows color (decimal): -6754043 or 389528. OLE color: 389528.

HSL color Cylindrical-coordinate representation of color #98F105: hue angle of 82.63º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98F105 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 241 5 -
CMYK 0.37 0 0.98 0.05
HSL 82.63º 0.96% 0.48% -
HSV(B) 82.63º 0.98% 0.95% -
XYZ 44.43 69.6 11.24 -
YUV 187.49 25.01 102.69 -
System Red Green Blue C M Y K H S L
Decimal 152 241 5 0.37 0 0.98 0.05 82.63 0.96 0.48
Hex 98 F1 5 25 0 62 5 53 60 30
Octal 230 361 5 45 0 142 5 123 140 60
Binary 10011000 11110001 101 100101 0 1100010 101 1010011 1100000 110000

Color Harmonies of #98F105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F105

Black with #98F105

Text Example


Text Example

White with #98F105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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