Html Css Color HEX #98F30C Spring Bud

📋 copy color: '#98F30C'

red 152 ◦ green 243 ◦ blue 12

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

Shades of Spring Bud #98F30C

Tints of Spring Bud #98F30C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 59.71%

 BLUE value IS 12 (5.08% from 255) = 2.95%

R = 37.35%
G = 59.71%
B = 2.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#98F30C (or 0x98F30C) is known color: Spring Bud. HEX triplet: 98, F3 and 0C. RGB value is (152,243,12). Sum of RGB (Red+Green+Blue) = 152+243+12=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 243 (95.31% from 255 or 59.71% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 243 - color contains mainly: green. Hex color #98F30C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F30C is #670CF3. Grayscale: #BEBEBE. Windows color (decimal): -6753524 or 848792. OLE color: 848792.

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

Color convert

RGB 152 243 12 -
CMYK 0.37 0 0.95 0.05
HSL 83.64º 0.91% 0.5% -
HSV(B) 83.64º 0.95% 0.95% -
XYZ 45.07 70.8 11.64 -
YUV 189.46 27.85 101.28 -
System Red Green Blue C M Y K H S L
Decimal 152 243 12 0.37 0 0.95 0.05 83.64 0.91 0.5
Hex 98 F3 C 25 0 5F 5 54 5B 32
Octal 230 363 14 45 0 137 5 124 133 62
Binary 10011000 11110011 1100 100101 0 1011111 101 1010100 1011011 110010

Color Harmonies of #98F30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F30C

Black with #98F30C

Text Example


Text Example

White with #98F30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,243,12); }

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

background-color css

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

 a { background-color: rgb(152,243,12); }

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

border-color css

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

 span { border-color: rgb(152,243,12); }

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